| 453 |
(SELECT p.*, product_shop.*, pl.`name`, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(stock.quantity, 0) AS quantity_sql,
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`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-11-17 00:00:00",
INTERVAL 30 DAY)) > 0 AS new, (product_shop.`price` + IFNULL(product_attribute_shop.`price`, 0)) AS orderprice, cp.`position`, a.`position` as `position_attribute`, pa.`id_product_attribute` as pai_id_product_attribute, MAX(ag.`is_color_group`),
CONCAT_WS("-", "spa", "a", p.id_product, pa.id_product_attribute) as `id_product_pack`, 1 AS spa_eligible_product
FROM `ps_category_product` cp
RIGHT JOIN `ps_category` c ON (c.`id_category` = cp.`id_category` AND c.nleft >= 37 AND c.nright <= 38)
LEFT JOIN `ps_product` p ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (product_shop.`id_category_default` = cl.`id_category` AND cl.`id_lang` = 5 AND cl.id_shop = 1 )
LEFT JOIN `ps_product_lang` pl ON (p.`id_product` = pl.`id_product` AND pl.`id_lang` = 5 AND pl.id_shop = 1 )
LEFT JOIN `ps_image_shop` image_shop ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
LEFT JOIN `ps_manufacturer` m ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `ps_product_attribute` pa ON pa.`id_product` = p.`id_product`
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
JOIN `ps_pm_spa_cache` pa_cartesian ON (pa_cartesian.`id_product` = p.`id_product` AND pa_cartesian.`id_product_attribute` = pa.`id_product_attribute` AND pa_cartesian.`id_shop` = 1)
JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` AND (a.`id_attribute_group` IN (6))
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_product_attribute_shop` product_attribute_shop ON (
p.`id_product` = product_attribute_shop.`id_product`
AND product_attribute_shop.`id_product_attribute` = pac.`id_product_attribute`
AND product_attribute_shop.id_shop=1
) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE product_shop.`id_shop` = 1
AND product_shop.`active` = 1
AND cp.`id_category` = 24 AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1)) AND product_shop.`visibility` IN ("both", "catalog") GROUP BY cp.`id_product`, pa.`id_product_attribute`)
UNION ALL
(SELECT p.*, product_shop.*, pl.`name`, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(stock.quantity, 0) AS quantity_sql,
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`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-11-17 00:00:00", INTERVAL 30 DAY)) > 0 AS new, (product_shop.`price` + IFNULL(product_attribute_shop.`price`, 0)) AS orderprice,
cp.`position`, a.`position` as `position_attribute`, pa.`id_product_attribute` as pai_id_product_attribute, "0" as `is_color_group`,
"spa-nochanges" as `id_product_pack`, 0 AS spa_eligible_product
FROM `ps_category_product` cp
RIGHT JOIN `ps_category` c ON (c.`id_category` = cp.`id_category` AND c.nleft >= 37 AND c.nright <= 38)
LEFT JOIN `ps_product` p ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (product_shop.`id_category_default` = cl.`id_category` AND cl.`id_lang` = 5 AND cl.id_shop = 1 )
LEFT JOIN `ps_product_lang` pl ON (p.`id_product` = pl.`id_product` AND pl.`id_lang` = 5 AND pl.id_shop = 1 )
LEFT JOIN `ps_image_shop` image_shop ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
LEFT JOIN `ps_manufacturer` m ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `ps_product_attribute` pa ON pa.`id_product` = p.`id_product`
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` AND (a.`id_attribute_group` IN (6))
LEFT JOIN `ps_product_attribute_shop` product_attribute_shop ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`id_product_attribute` = pac.`id_product_attribute` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE product_shop.`id_shop` = 1
AND product_shop.`active` = 1
AND cp.`id_category` = 24 AND product_shop.`visibility` IN ("both", "catalog") GROUP BY cp.id_product
HAVING (COUNT(a.`id_attribute`) = 0)
) ORDER BY `orderprice` ASC LIMIT 0,176 |
16.782
ms
|
1 |
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1010
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 74 |
(SELECT p.*, product_shop.*, pl.`name`, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(stock.quantity, 0) AS quantity_sql,
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`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-11-17 00:00:00",
INTERVAL 30 DAY)) > 0 AS new, (product_shop.`price` + IFNULL(product_attribute_shop.`price`, 0)) AS orderprice, cp.`position`, a.`position` as `position_attribute`, pa.`id_product_attribute` as pai_id_product_attribute, MAX(ag.`is_color_group`),
CONCAT_WS("-", "spa", "a", p.id_product, pa.id_product_attribute) as `id_product_pack`, 1 AS spa_eligible_product
FROM `ps_category_product` cp
RIGHT JOIN `ps_category` c ON (c.`id_category` = cp.`id_category` AND c.nleft >= 37 AND c.nright <= 38)
LEFT JOIN `ps_product` p ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (product_shop.`id_category_default` = cl.`id_category` AND cl.`id_lang` = 5 AND cl.id_shop = 1 )
LEFT JOIN `ps_product_lang` pl ON (p.`id_product` = pl.`id_product` AND pl.`id_lang` = 5 AND pl.id_shop = 1 )
LEFT JOIN `ps_image_shop` image_shop ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
LEFT JOIN `ps_manufacturer` m ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `ps_product_attribute` pa ON pa.`id_product` = p.`id_product`
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
JOIN `ps_pm_spa_cache` pa_cartesian ON (pa_cartesian.`id_product` = p.`id_product` AND pa_cartesian.`id_product_attribute` = pa.`id_product_attribute` AND pa_cartesian.`id_shop` = 1)
JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` AND (a.`id_attribute_group` IN (6))
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_product_attribute_shop` product_attribute_shop ON (
p.`id_product` = product_attribute_shop.`id_product`
AND product_attribute_shop.`id_product_attribute` = pac.`id_product_attribute`
AND product_attribute_shop.id_shop=1
) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE product_shop.`id_shop` = 1
AND product_shop.`active` = 1
AND cp.`id_category` = 24 AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1)) AND product_shop.`visibility` IN ("both", "catalog") GROUP BY cp.`id_product`, pa.`id_product_attribute`)
UNION ALL
(SELECT p.*, product_shop.*, pl.`name`, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(stock.quantity, 0) AS quantity_sql,
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`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-11-17 00:00:00", INTERVAL 30 DAY)) > 0 AS new, (product_shop.`price` + IFNULL(product_attribute_shop.`price`, 0)) AS orderprice,
cp.`position`, a.`position` as `position_attribute`, pa.`id_product_attribute` as pai_id_product_attribute, "0" as `is_color_group`,
"spa-nochanges" as `id_product_pack`, 0 AS spa_eligible_product
FROM `ps_category_product` cp
RIGHT JOIN `ps_category` c ON (c.`id_category` = cp.`id_category` AND c.nleft >= 37 AND c.nright <= 38)
LEFT JOIN `ps_product` p ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (product_shop.`id_category_default` = cl.`id_category` AND cl.`id_lang` = 5 AND cl.id_shop = 1 )
LEFT JOIN `ps_product_lang` pl ON (p.`id_product` = pl.`id_product` AND pl.`id_lang` = 5 AND pl.id_shop = 1 )
LEFT JOIN `ps_image_shop` image_shop ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
LEFT JOIN `ps_manufacturer` m ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `ps_product_attribute` pa ON pa.`id_product` = p.`id_product`
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` AND (a.`id_attribute_group` IN (6))
LEFT JOIN `ps_product_attribute_shop` product_attribute_shop ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`id_product_attribute` = pac.`id_product_attribute` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE product_shop.`id_shop` = 1
AND product_shop.`active` = 1
AND cp.`id_category` = 24 AND product_shop.`visibility` IN ("both", "catalog") GROUP BY cp.id_product
HAVING (COUNT(a.`id_attribute`) = 0)
) ORDER BY `orderprice` ASC LIMIT 0,24 |
16.047
ms
|
1 |
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1010
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
6.128
ms
|
5316 |
|
|
/classes/Configuration.php:180
/classes/Configuration.php:229 (loadConfiguration)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 452 |
SELECT SQL_NO_CACHE COUNT(total) as total
FROM
(
(
SELECT COUNT(p.`id_product`) as total
FROM `ps_category_product` cp
RIGHT JOIN `ps_category` c ON (c.`id_category` = cp.`id_category` AND c.nleft >= 37 AND c.nright <= 38)
LEFT JOIN `ps_product` p ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute` pa ON pa.`id_product` = p.`id_product`
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
JOIN `ps_pm_spa_cache` pa_cartesian ON (pa_cartesian.`id_product` = p.`id_product` AND pa_cartesian.`id_product_attribute` = pa.`id_product_attribute` AND pa_cartesian.`id_shop` = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_product_attribute_shop` product_attribute_shop ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`id_product_attribute` = pac.`id_product_attribute` AND product_attribute_shop.id_shop=1)
WHERE product_shop.`id_shop` = 1
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
AND product_shop.`active` = 1
AND cp.`id_category` = 24 AND product_shop.`visibility` IN ("both", "catalog") GROUP BY cp.`id_product`, pa.`id_product_attribute`
)
UNION ALL
(
SELECT COUNT(p.`id_product`) as total
FROM `ps_category_product` cp
RIGHT JOIN `ps_category` c ON (c.`id_category` = cp.`id_category` AND c.nleft >= 37 AND c.nright <= 38)
LEFT JOIN `ps_product` p ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute` pa ON pa.`id_product` = p.`id_product` AND pa.`default_on` = 1
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` AND (a.`id_attribute_group` IN (6))
LEFT JOIN `ps_product_attribute_shop` product_attribute_shop ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`id_product_attribute` = pac.`id_product_attribute` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE product_shop.`id_shop` = 1
AND product_shop.`active` = 1
AND cp.`id_category` = 24 AND product_shop.`visibility` IN ("both", "catalog") GROUP BY cp.`id_product`
HAVING (COUNT(a.`id_attribute`) = 0)
)
) total_query LIMIT 1 |
4.951
ms
|
288906 |
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:850
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:83 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 83 |
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
2.687
ms
|
585 |
|
|
/classes/Hook.php:459
/classes/Hook.php:496 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5284 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
2.336
ms
|
198 |
Yes
|
Yes
|
/classes/Hook.php:1289
/classes/Hook.php:738 (getAllHookRegistrations)
/classes/Hook.php:848 (getHookModuleExecList)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
2.317
ms
|
198 |
Yes
|
Yes
|
/classes/Hook.php:1289
/classes/Hook.php:738 (getAllHookRegistrations)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 3711 |
SELECT SQL_NO_CACHE COUNT(total) as total
FROM
(
(
SELECT COUNT(p.`id_product`) as total
FROM `ps_category_product` cp
RIGHT JOIN `ps_category` c ON (c.`id_category` = cp.`id_category` AND c.nleft >= 37 AND c.nright <= 38)
LEFT JOIN `ps_product` p ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute` pa ON pa.`id_product` = p.`id_product`
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
JOIN `ps_pm_spa_cache` pa_cartesian ON (pa_cartesian.`id_product` = p.`id_product` AND pa_cartesian.`id_product_attribute` = pa.`id_product_attribute` AND pa_cartesian.`id_shop` = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_product_attribute_shop` product_attribute_shop ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`id_product_attribute` = pac.`id_product_attribute` AND product_attribute_shop.id_shop=1)
WHERE product_shop.`id_shop` = 1
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
AND product_shop.`active` = 1
AND cp.`id_category` = 24 AND product_shop.`visibility` IN ("both", "catalog") GROUP BY cp.`id_product`, pa.`id_product_attribute`
)
UNION ALL
(
SELECT COUNT(p.`id_product`) as total
FROM `ps_category_product` cp
RIGHT JOIN `ps_category` c ON (c.`id_category` = cp.`id_category` AND c.nleft >= 37 AND c.nright <= 38)
LEFT JOIN `ps_product` p ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute` pa ON pa.`id_product` = p.`id_product` AND pa.`default_on` = 1
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` AND (a.`id_attribute_group` IN (6))
LEFT JOIN `ps_product_attribute_shop` product_attribute_shop ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`id_product_attribute` = pac.`id_product_attribute` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE product_shop.`id_shop` = 1
AND product_shop.`active` = 1
AND cp.`id_category` = 24 AND product_shop.`visibility` IN ("both", "catalog") GROUP BY cp.`id_product`
HAVING (COUNT(a.`id_attribute`) = 0)
)
) total_query LIMIT 1 |
2.210
ms
|
288906 |
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:850
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:83 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3712 |
SELECT SQL_NO_CACHE COUNT(total) as total
FROM
(
(
SELECT COUNT(p.`id_product`) as total
FROM `ps_category_product` cp
RIGHT JOIN `ps_category` c ON (c.`id_category` = cp.`id_category` AND c.nleft >= 37 AND c.nright <= 38)
LEFT JOIN `ps_product` p ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute` pa ON pa.`id_product` = p.`id_product`
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
JOIN `ps_pm_spa_cache` pa_cartesian ON (pa_cartesian.`id_product` = p.`id_product` AND pa_cartesian.`id_product_attribute` = pa.`id_product_attribute` AND pa_cartesian.`id_shop` = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_product_attribute_shop` product_attribute_shop ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`id_product_attribute` = pac.`id_product_attribute` AND product_attribute_shop.id_shop=1)
WHERE product_shop.`id_shop` = 1
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
AND product_shop.`active` = 1
AND cp.`id_category` = 24 AND product_shop.`visibility` IN ("both", "catalog") GROUP BY cp.`id_product`, pa.`id_product_attribute`
)
UNION ALL
(
SELECT COUNT(p.`id_product`) as total
FROM `ps_category_product` cp
RIGHT JOIN `ps_category` c ON (c.`id_category` = cp.`id_category` AND c.nleft >= 37 AND c.nright <= 38)
LEFT JOIN `ps_product` p ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute` pa ON pa.`id_product` = p.`id_product` AND pa.`default_on` = 1
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` AND (a.`id_attribute_group` IN (6))
LEFT JOIN `ps_product_attribute_shop` product_attribute_shop ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`id_product_attribute` = pac.`id_product_attribute` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE product_shop.`id_shop` = 1
AND product_shop.`active` = 1
AND cp.`id_category` = 24 AND product_shop.`visibility` IN ("both", "catalog") GROUP BY cp.`id_product`
HAVING (COUNT(a.`id_attribute`) = 0)
)
) total_query LIMIT 1 |
2.088
ms
|
288906 |
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:850
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:83 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:153 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name |
2.074
ms
|
0 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3726 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1648
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
1.020
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5704 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 24 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 8 AND `id_lang` = 5
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
0.891
ms
|
15 |
Yes
|
Yes
|
/classes/Category.php:799
/modules/ps_categorytree/ps_categorytree.php:141 (getNestedCategories)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:419 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.869
ms
|
264 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 4377 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1871) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.853
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:264 (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/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4562 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (852) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.851
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:264 (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/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5451 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1299) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.842
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:264 (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/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2463 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1471
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.832
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3727 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1903
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.826
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3366 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1894
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.823
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1757 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1568
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.816
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4318 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1796) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.815
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:264 (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/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2365 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1917
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.790
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1675 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1863
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.788
ms
|
3 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1495 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 931
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.786
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2429 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1389
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.777
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1632 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1325
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.776
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1794 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1569
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.776
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1586 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1645
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.774
ms
|
1 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2540 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1914
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.773
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2509 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1912
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.772
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5283 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
0.772
ms
|
1163 |
|
|
/classes/Hook.php:1388
/classes/Hook.php:817 (getHookStatusByName)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4962 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1894 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.770
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:4142 (getSpecificPrice)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1844 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1671
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.766
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1065 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1895
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.762
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2399 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1798
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.761
ms
|
1 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1537 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1697
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.757
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2693 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1870
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.756
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2625 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 912
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.755
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4642 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1906 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.744
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:4142 (getSpecificPrice)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5325 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1153) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.739
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:264 (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/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 448 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1293
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.735
ms
|
1 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5196 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1190) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.735
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:264 (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/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1198 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1624
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.733
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2567 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1794
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.722
ms
|
1 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4629 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1893) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.716
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:264 (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/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5513 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1885) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.714
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:264 (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/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3110 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1255
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.707
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4502 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1255) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.707
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:264 (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/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3162 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1893
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.706
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5389 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1154) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.706
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:264 (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/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4331 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1871 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.704
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:4142 (getSpecificPrice)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4694 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1906) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.704
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:264 (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/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4761 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1023) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.703
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:264 (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/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 5 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 24
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.699
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/controllers/front/listing/CategoryController.php:230 (getSubCategories)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4882 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (702) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.698
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:264 (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/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2381 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1798 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.696
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2724 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1704
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.693
ms
|
1 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5637 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1098) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.687
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:264 (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/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4435 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1892) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.685
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:264 (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/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5251 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (28) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.680
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:264 (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/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE 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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1486
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.678
ms
|
1 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 286 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1294
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.676
ms
|
1 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4949 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1851) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.674
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:264 (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/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3242 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1023
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.672
ms
|
3 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3332 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1851
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.670
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4822 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1553) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.670
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:264 (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/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 13 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
0.666
ms
|
1163 |
|
|
/classes/Hook.php:1388
/classes/Hook.php:817 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 1264 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1865
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.657
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5699 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1748) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.655
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:264 (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/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5575 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (86) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.655
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:264 (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/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5014 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1894) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.652
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:264 (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/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1394 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1866
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.651
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1317 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1839
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.648
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1143 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1862
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.643
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1357 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1886
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.638
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3281 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1553
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.637
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3200 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1906
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.631
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4249 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1193) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.631
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:264 (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/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5074 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1477) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.631
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:264 (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/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3889 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-11-17 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1193,1796,1871,1892,1255,852,1893,1906,1023,1553,702,1851,1894,1477,1627,1190,28,1153,1154,1299,1885,86,1098,1748) |
0.630
ms
|
24 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5134 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1627) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.619
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:264 (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/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 16 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
0.618
ms
|
1163 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/Hook.php:857 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 1420 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1888
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.602
ms
|
1 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4895 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1851 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.593
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:4142 (getSpecificPrice)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2692 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1870
ORDER BY f.position ASC |
0.590
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4164 |
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 5) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.590
ms
|
71 |
|
|
/classes/CartRule.php:423
/classes/Cart.php:3079 (getCustomerCartRules)
/classes/Cart.php:3463 (getDeliveryOptionList)
/classes/Cart.php:3536 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2201 (processCalculation)
/src/Adapter/Presenter/Cart/CartLazyArray.php:185 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/f7/71/73/f771736f57d257365f01bb01174abca10ce724db_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2752e287_66680564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:591 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1971 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1329
ORDER BY f.position ASC |
0.588
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4774 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1553 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.583
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:4142 (getSpecificPrice)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4448 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1255 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.583
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:4142 (getSpecificPrice)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 858 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1528 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1528 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.579
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4575 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1893 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.571
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:4142 (getSpecificPrice)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 880 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1693 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.569
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2473 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1746 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.568
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5286 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
0.564
ms
|
1163 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/Hook.php:857 (getIdByName)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2364 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1917
ORDER BY f.position ASC |
0.562
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1899 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1830 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.561
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1947 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1328 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.561
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2341 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1917 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.561
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5452 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1885) AND (b.`id_shop` = 1) LIMIT 1 |
0.552
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1963 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1329 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.551
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2726 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1648 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1648 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.551
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2372 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 392 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 392 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.549
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1501 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 929 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.549
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2436 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 676 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 676 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.546
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4707 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1023 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.542
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:4142 (getSpecificPrice)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2444 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1471 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.541
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3840 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1745
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.541
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 93 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1114 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1114 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.540
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2464 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 676 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 676 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.540
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1232 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1828
ORDER BY f.position ASC |
0.538
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2520 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1914 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.537
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2401 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1797 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1797 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.537
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1114
ORDER BY f.position ASC |
0.534
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2688 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1426 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1426 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.532
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 981 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1535 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.531
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1916 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1326 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.531
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 377 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1872 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.529
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1490 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 928 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 928 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.529
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1504 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 928 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 928 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.529
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1923 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1326 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1326 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.529
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 888 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1693
ORDER BY f.position ASC |
0.528
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1040 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1895 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.528
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1954 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1328 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1328 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.528
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2670 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1870 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.528
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2397 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1797 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1797 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.527
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2551 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1794 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.527
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2708 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1704 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.527
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2426 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 676 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 676 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.526
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1648 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1863 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.526
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1725 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1495
ORDER BY f.position ASC |
0.526
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2542 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 392 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 392 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.526
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1513 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1697 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.523
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2489 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1912 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.523
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 887 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1693 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1693 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.522
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1218 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1397 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1397 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.521
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1819 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1671) AND (b.`id_shop` = 1) LIMIT 1 |
0.521
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 415 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1874
ORDER BY f.position ASC |
0.520
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 851 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1528 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.520
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1704 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1137 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.520
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2506 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 392 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 392 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.520
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2630 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1365 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.519
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4262 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1796 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.519
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:4142 (getSpecificPrice)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2362 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 392 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 392 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.519
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4426 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.519
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE 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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1826 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1826 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.518
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1711 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1137 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1137 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.517
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1932 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1327 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.517
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1970 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1329 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1329 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.517
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4163 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-11-17 00:00:00" AND date_to <= "2025-11-17 23:59:59") OR (date_from >= "2025-11-17 00:00:00" AND date_from <= "2025-11-17 23:59:59") OR (date_from < "2025-11-17 00:00:00" AND date_to > "2025-11-17 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.517
ms
|
109 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/Cart.php:3079 (getCustomerCartRules)
/classes/Cart.php:3463 (getDeliveryOptionList)
/classes/Cart.php:3536 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2201 (processCalculation)
/src/Adapter/Presenter/Cart/CartLazyArray.php:185 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/f7/71/73/f771736f57d257365f01bb01174abca10ce724db_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2752e287_66680564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:591 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2427 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1556 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1556 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.514
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3728 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1005
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.514
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1608 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1325 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.513
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 967 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1497 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1497 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.513
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 973 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1518 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1518 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.513
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1568 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1645 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.512
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1231 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1828 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1828 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.512
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2481 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1746
ORDER BY f.position ASC |
0.512
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1063 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1868 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1868 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.511
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3864 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1906
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.511
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1011 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1538 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.511
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2398 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1798
ORDER BY f.position ASC |
0.511
ms
|
21 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3815 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1556
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.511
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1955 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1328
ORDER BY f.position ASC |
0.509
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1559 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 737
ORDER BY f.position ASC |
0.508
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 954 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1222
ORDER BY f.position ASC |
0.508
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1240 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1865 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.507
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1939 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1327 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1327 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.507
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1584 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 447 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 447 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.506
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1060 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1812 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1812 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.506
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1536 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1697
ORDER BY f.position ASC |
0.506
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3713 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1114
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.505
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 449 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1499 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1499 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.505
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 996 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1537 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.505
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 407 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1874 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.504
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1588 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 447 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 447 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.504
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2580 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1359 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1359 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.504
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1681 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1840 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1840 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.503
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1724 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1495 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1495 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.503
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2581 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1359
ORDER BY f.position ASC |
0.502
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1764 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 461 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 461 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.501
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5390 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1299) AND (b.`id_shop` = 1) LIMIT 1 |
0.501
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 392 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1873 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.501
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1631 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1325
ORDER BY f.position ASC |
0.501
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2460 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 676 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 676 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.501
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2363 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1916 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1916 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.500
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2373 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1916 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1916 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.500
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 953 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1222 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1222 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.499
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1640 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1818 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1818 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.499
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1712 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1137
ORDER BY f.position ASC |
0.499
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2437 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1556 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1556 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.499
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2511 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 392 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 392 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.499
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2537 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 392 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 392 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.499
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3817 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 809
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.499
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1494 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 931
ORDER BY f.position ASC |
0.498
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1544 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1693 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1693 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.498
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1585 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1645
ORDER BY f.position ASC |
0.497
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1673 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1860 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1860 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.496
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1532 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1693 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1693 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.496
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2634 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1365 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1365 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.496
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2648 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1745
ORDER BY f.position ASC |
0.496
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3843 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1704
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.496
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1864 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1191 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1191 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.495
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1924 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1326
ORDER BY f.position ASC |
0.495
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2428 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1389
ORDER BY f.position ASC |
0.495
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1627 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1660 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1660 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.494
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2539 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1914
ORDER BY f.position ASC |
0.494
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2633 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1229 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1229 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.494
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4570 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1893
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.494
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1031 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1804 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1804 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.493
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1601 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1115
ORDER BY f.position ASC |
0.493
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3236 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 447 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 447 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.493
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 968 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1497
ORDER BY f.position ASC |
0.492
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1697 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1564
ORDER BY f.position ASC |
0.492
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1793 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1569
ORDER BY f.position ASC |
0.492
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 373 |
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 |
0.491
ms
|
498 |
|
|
/classes/SpecificPrice.php:310
/classes/SpecificPrice.php:360 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1851 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1165 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1165 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.491
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2508 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1912
ORDER BY f.position ASC |
0.491
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1674 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1863
ORDER BY f.position ASC |
0.490
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1800 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1505 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1505 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.490
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2620 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1229 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1229 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.490
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1716
ORDER BY f.position ASC |
0.489
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2462 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1471
ORDER BY f.position ASC |
0.489
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3741 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1827
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.489
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2569 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1793 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1793 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.488
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3109 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1255
ORDER BY f.position ASC |
0.488
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3800 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1568
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.488
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1018 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1538 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1538 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.487
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1755 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1574 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1574 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.487
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1841 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1165 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1165 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.487
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2700 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1848 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1848 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.487
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3758 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1528
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.486
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1004 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1537
ORDER BY f.position ASC |
0.486
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1669 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1840 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1840 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.486
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2461 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1426 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1426 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.485
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1545 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1696 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1696 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.485
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2593 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 596 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 596 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.485
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3754 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1239
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.485
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1843 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1671
ORDER BY f.position ASC |
0.484
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2565 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1793 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1793 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.484
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 446 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1499 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1499 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.483
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 900 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1109 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1109 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.483
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1032 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1804
ORDER BY f.position ASC |
0.483
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1600 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1115 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1115 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.483
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3771 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1804
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.483
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3844 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 597
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.483
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1754 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 461 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 461 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.482
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1907 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1830
ORDER BY f.position ASC |
0.482
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3406 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1190 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1190 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.482
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3836 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1794
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.482
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1842 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1640 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1640 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.482
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1877 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1916 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1916 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.482
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1072 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1812 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1812 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.481
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1471 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 931 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.481
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2512 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1327 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1327 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.481
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2594 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 596
ORDER BY f.position ASC |
0.481
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2722 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1648 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1648 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.481
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3108 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1178 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1178 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.481
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4584 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.481
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 327 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1005
ORDER BY f.position ASC |
0.480
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5638 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1748) AND (b.`id_shop` = 1) LIMIT 1 |
0.480
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 384 |
SELECT SQL_NO_CACHE 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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1872 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1872 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.479
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1878 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1916
ORDER BY f.position ASC |
0.479
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 915 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1762
ORDER BY f.position ASC |
0.479
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 974 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1518
ORDER BY f.position ASC |
0.479
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1639 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1660 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1660 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.479
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1756 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1568
ORDER BY f.position ASC |
0.479
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1765 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1574 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1574 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.479
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2480 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1746 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1746 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.479
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2507 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1327 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1327 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.479
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3833 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1746
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.479
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3831 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1389
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.478
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3837 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1359
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.478
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1906 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1830 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1830 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.478
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 399 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1873 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1873 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.477
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 988 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1535 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1535 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.477
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1682 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1841 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1841 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.477
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1791 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1505 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1505 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.477
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2661 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1747 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1747 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.477
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1801 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1574 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1574 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.476
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2543 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1328 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1328 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.476
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2647 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1745 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1745 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.476
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 287 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1499 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1499 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.476
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 989 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1535
ORDER BY f.position ASC |
0.476
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1019 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1538
ORDER BY f.position ASC |
0.476
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1505 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 929 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 929 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.476
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1558 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 737 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 737 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.476
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3715 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1782
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.476
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 414 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1874 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1874 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.475
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1890 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1056 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1056 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.475
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3159 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 171 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 171 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.475
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3852 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1639
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.475
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3870 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1477
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.474
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 447 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1293
ORDER BY f.position ASC |
0.474
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 901 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1109
ORDER BY f.position ASC |
0.474
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1814 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1364
ORDER BY f.position ASC |
0.474
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1003 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1537 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1537 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.473
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1073 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1868 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1868 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.473
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1696 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1564 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1564 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.473
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1940 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1327
ORDER BY f.position ASC |
0.473
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2623 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1365 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1365 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.473
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2723 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1704
ORDER BY f.position ASC |
0.473
ms
|
21 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3258 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1553 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.473
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 928 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1466
ORDER BY f.position ASC |
0.472
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1852 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1640 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1640 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.472
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1865 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1191
ORDER BY f.position ASC |
0.472
ms
|
21 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2662 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1747
ORDER BY f.position ASC |
0.472
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 914 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1762 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1762 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.472
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2538 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1328 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1328 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.472
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1792 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1574 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1574 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.471
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 109 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 336 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 336 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.471
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2378 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1798) AND (b.`id_shop` = 1) LIMIT 1 |
0.471
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 21 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.470
ms
|
123 |
|
|
/classes/module/Module.php:346
/modules/antispamprotector/antispamprotector.php:48 (__construct)
/override/modules/antispamprotector/antispamprotector.php:21 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
| 927 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1466 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1466 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.470
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2465 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1426 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1426 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.470
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2699 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1426 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1426 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.469
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1813 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1364 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1364 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.469
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3131 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 852
ORDER BY f.position ASC |
0.469
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1630 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1818 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1818 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.468
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 284 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1499 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1499 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.468
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 385 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1872
ORDER BY f.position ASC |
0.467
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5292 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1153) AND (b.`id_shop` = 1) LIMIT 1 |
0.467
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 124 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1782
ORDER BY f.position ASC |
0.466
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 238 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1499 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1499 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.466
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 285 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1294
ORDER BY f.position ASC |
0.466
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1672 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1841 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1841 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.466
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1493 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 929 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 929 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.466
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3803 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1671
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.466
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 340 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1878
ORDER BY f.position ASC |
0.465
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2624 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 912
ORDER BY f.position ASC |
0.465
ms
|
21 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3736 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1293
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.465
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3765 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1222
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.465
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3830 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1798
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.465
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3733 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1873
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.464
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2351 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 392) AND (b.`id_shop` = 1) LIMIT 1 |
0.463
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2691 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1848 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1848 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.463
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5576 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1098) AND (b.`id_shop` = 1) LIMIT 1 |
0.463
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 336
ORDER BY f.position ASC |
0.462
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3816 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1306
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.462
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1891 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1056
ORDER BY f.position ASC |
0.462
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2566 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1794
ORDER BY f.position ASC |
0.462
ms
|
21 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1441 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1813 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.461
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1535 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1696 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1696 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.461
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3772 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1895
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.461
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3777 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1351
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.461
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3823 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 607
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.461
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3834 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1912
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.461
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 400 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1873
ORDER BY f.position ASC |
0.461
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3848 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1883
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.460
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2171 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1669
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.459
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 959 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1497) AND (b.`id_shop` = 1) LIMIT 1 |
0.459
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1166 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1351
ORDER BY f.position ASC |
0.459
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1293 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1839 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.459
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1683 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1860 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1860 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.459
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3177 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1906 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.459
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3714 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 336
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.459
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3845 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 640
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.459
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 326 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1005 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1005 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.457
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3139 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1893 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.457
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3796 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1863
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.457
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3829 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1917
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.457
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 603
ORDER BY f.position ASC |
0.456
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1333 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1886 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.456
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3729 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1878
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.456
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3792 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 737
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.456
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 212 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1797 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1797 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.455
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3849 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1845
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.455
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1363 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1877 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.455
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3835 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1914
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.455
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3215 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1023 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.453
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3347 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1894 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.453
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3826 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1385
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.453
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4166 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-11-17 00:00:00" AND date_to <= "2025-11-17 23:59:59") OR (date_from >= "2025-11-17 00:00:00" AND date_from <= "2025-11-17 23:59:59") OR (date_from < "2025-11-17 00:00:00" AND date_to > "2025-11-17 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.453
ms
|
109 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/f7/71/73/f771736f57d257365f01bb01174abca10ce724db_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2752e287_66680564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:591 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5328 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1154) AND (b.`id_shop` = 1) LIMIT 1 |
0.453
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 183 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 736 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 736 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.452
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 235 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1486
ORDER BY f.position ASC |
0.452
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 366 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1880
ORDER BY f.position ASC |
0.452
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3806 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1056
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.452
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.452
ms
|
123 |
|
|
/classes/module/Module.php:346
/modules/doofinder/doofinder.php:47 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 169 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1826
ORDER BY f.position ASC |
0.451
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 427 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1184 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1184 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.451
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1347 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1877) AND (b.`id_shop` = 1) LIMIT 1 |
0.451
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3734 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1874
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.451
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3788 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1813
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.451
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3789 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1533
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.451
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 123 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1782 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1782 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.450
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 234 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1499 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1499 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.450
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2392 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1797) AND (b.`id_shop` = 1) LIMIT 1 |
0.450
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3805 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1916
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.450
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3832 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1471
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.450
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3790 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 931
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.450
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3756 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1805
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.449
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 137 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1395 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1395 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.449
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1395
ORDER BY f.position ASC |
0.448
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 153 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1716 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1716 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.448
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 365 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1880 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1880 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.448
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1158 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1351 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.447
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3766 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1497
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.447
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3856 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1078
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.447
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3769 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1537
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.446
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3855 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1854
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.446
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3750 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 595
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.446
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3740 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1792
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.445
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3768 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1535
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.445
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 736
ORDER BY f.position ASC |
0.445
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 197 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1499 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1499 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.445
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 428 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1184
ORDER BY f.position ASC |
0.445
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1393 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1866
ORDER BY f.position ASC |
0.445
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3199 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1906
ORDER BY f.position ASC |
0.445
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3735 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1184
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.445
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3804 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1191
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.444
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1142 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1862
ORDER BY f.position ASC |
0.444
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1579 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 447) AND (b.`id_shop` = 1) LIMIT 1 |
0.444
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3338 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1262 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1262 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.444
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3737 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1812
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.444
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3744 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 350
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.444
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3841 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1747
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.444
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3773 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 598
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.443
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 603 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 603 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.443
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3732 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1872
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.443
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3743 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 447
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.443
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3767 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1518
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.443
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3825 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1567
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.443
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3865 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1023
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.443
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5514 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 86) AND (b.`id_shop` = 1) LIMIT 1 |
0.443
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE 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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1878 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1878 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.442
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3776 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1862
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.442
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3853 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1174
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.442
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3886 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1445
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.442
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1793 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1793 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.441
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3762 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1762
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.441
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3857 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1193
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.441
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3914 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1255
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.441
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1405 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1888 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.441
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3276 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1426 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1426 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.441
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3363 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 171 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 171 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.441
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3739 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1178
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.440
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1397 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1864 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1864 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.440
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3760 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1693
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.440
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1913 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1326) AND (b.`id_shop` = 1) LIMIT 1 |
0.439
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3778 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1624
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.439
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5553 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 86
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.439
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 300 |
SELECT SQL_NO_CACHE 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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1648 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1648 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.438
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3851 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 534
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.438
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1499
ORDER BY f.position ASC |
0.438
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 314 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1903 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1903 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.438
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1206 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1613 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1613 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.438
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1366 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1873 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1873 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.438
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1742 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 461) AND (b.`id_shop` = 1) LIMIT 1 |
0.438
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3117 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 69 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 69 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.438
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3160 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1812 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1812 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.438
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3859 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1871
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.438
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3868 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1851
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.438
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1046 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1895) LIMIT 1 |
0.437
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1374 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1866 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.437
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2219 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1728
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.437
ms
|
3 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3746 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1840
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.437
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3774 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1640
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.437
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3828 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1889
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.437
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3876 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1299
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.437
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 352 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1879 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1879 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.436
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3309 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1851 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.436
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3824 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1565
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.436
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3753 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1238
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.435
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3738 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 728
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.435
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3887 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1681
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.435
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1174 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1624 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.434
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3118 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1178 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1178 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.434
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3731 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1880
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.434
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3811 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1329
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.434
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3818 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1426
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.434
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3872 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1190
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.434
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1421 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1864 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1864 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.433
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3775 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1692
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.433
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3846 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1142
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.433
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3877 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1885
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.433
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3301 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 702
ORDER BY f.position ASC |
0.432
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3716 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1395
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.432
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3759 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1574
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.432
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3742 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1795
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.432
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3751 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1236
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.431
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3786 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1888
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.431
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3838 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 596
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.431
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3850 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1043
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.431
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3854 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1450
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.431
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4799 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1553
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.431
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3747 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1232
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.430
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3820 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1621
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.430
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3107 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 69 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 69 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.430
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3241 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1023
ORDER BY f.position ASC |
0.430
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3393 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1627 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1627 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.430
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3763 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1466
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.430
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 301 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1648
ORDER BY f.position ASC |
0.429
ms
|
21 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1391 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1804 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1804 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.429
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3198 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1905 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1905 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.429
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3757 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1660
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.429
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3812 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1330
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.429
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3847 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 941
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.429
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3858 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1796
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.429
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3749 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1530
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.428
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1879
ORDER BY f.position ASC |
0.428
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1165 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1351 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1351 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.428
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3723 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 603
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.428
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3795 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1325
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.428
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3799 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1495
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.428
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3874 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1153
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.428
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3888 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1250
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.428
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1356 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1886
ORDER BY f.position ASC |
0.427
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1392 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1864 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1864 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.427
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3730 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1879
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.427
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3764 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 601
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.427
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3779 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1397
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.427
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3791 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1697
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.427
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3819 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1473
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.427
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3861 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1255
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.427
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3873 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 28
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.427
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1285 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1540
ORDER BY f.position ASC |
0.426
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1352 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1873 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1873 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.426
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1777 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1569) LIMIT 1 |
0.426
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3367 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 171 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 171 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.426
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3748 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 928
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.426
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3839 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 912
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.426
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3869 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1894
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.426
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4684 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.426
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1272 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1864 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1864 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.426
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1263 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1865
ORDER BY f.position ASC |
0.425
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1449 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1813
ORDER BY f.position ASC |
0.425
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3339 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1556 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1556 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.425
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3761 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1109
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.425
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3752 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1237
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.425
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3881 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1573
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.425
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3745 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1727
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.424
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3781 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1865
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.424
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3802 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1364
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.424
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3863 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1893
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.424
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1793
ORDER BY f.position ASC |
0.424
ms
|
21 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1150 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1840 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1840 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.424
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1312 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1499 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1499 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.424
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1396 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1804 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1804 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.424
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3288 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1552 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1552 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.424
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3821 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1669
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.424
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3827 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1698
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.424
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1259 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1805 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1805 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.423
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1419 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1888
ORDER BY f.position ASC |
0.423
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 315 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1903
ORDER BY f.position ASC |
0.423
ms
|
21 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1205 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1528 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1528 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.423
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1781 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1505) AND (b.`id_shop` = 1) LIMIT 1 |
0.423
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2356 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1916) AND (b.`id_shop` = 1) LIMIT 1 |
0.423
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3329 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1262 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1262 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.423
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3407 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1190
ORDER BY f.position ASC |
0.423
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3755 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1240
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.423
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3770 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1538
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.423
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3783 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1839
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.423
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3813 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1331
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.423
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3842 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1870
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.423
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3867 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 702
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.423
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3875 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1154
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.423
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 213 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1797
ORDER BY f.position ASC |
0.422
ms
|
21 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3228 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1127) AND (b.`id_shop` = 1) LIMIT 1 |
0.422
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3250 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1165 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1165 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.422
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3381 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1477
ORDER BY f.position ASC |
0.422
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3787 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1185
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.422
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3808 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1326
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.422
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3810 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1328
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.422
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3860 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1892
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.422
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3862 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 852
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.422
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5461 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1885
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.422
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3168 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 171 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 171 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.421
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3717 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1716
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.421
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3780 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1828
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.421
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3797 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1564
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.421
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3809 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1327
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.421
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3871 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1627
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.421
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3785 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1866
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.421
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1418 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1864 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1864 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.420
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3718 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1826
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.420
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3866 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1553
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.420
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5705 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 5)
WHERE `level_depth` = 1 |
0.420
ms
|
1 |
|
|
/classes/Category.php:2242
/classes/Category.php:1558 (getCategoriesWithoutParent)
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:419 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3719 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 736
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.420
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3801 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1569
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.420
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3822 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1728
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.420
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1316 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1839
ORDER BY f.position ASC |
0.419
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2062 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1306
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.419
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3814 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1668
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.419
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3878 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 86
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.419
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3885 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1332
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.419
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3195 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1830 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1830 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.418
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3784 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1886
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.418
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3807 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1830
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.418
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4326 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1871
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.418
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1271 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1805 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1805 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.417
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1367 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1877 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1877 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.417
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2420 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1556) AND (b.`id_shop` = 1) LIMIT 1 |
0.417
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3793 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1645
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.417
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3782 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1540
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.416
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3798 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1137
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.416
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3879 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1098
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.416
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3394 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1627
ORDER BY f.position ASC |
0.416
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1324 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1499 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1499 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.415
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3794 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1115
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.415
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3206 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1830 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1830 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.414
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1037 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1895) AND (b.`id_shop` = 1) LIMIT 1 |
0.414
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1151 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1860 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1860 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.414
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1193 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1528 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1528 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.414
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1448 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1813 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1813 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.414
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3130 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 852 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 852 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.414
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3149 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 171) AND (b.`id_shop` = 1) LIMIT 1 |
0.414
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3169 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1812 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1812 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.414
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3380 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1477 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1477 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.414
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3720 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1499
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.414
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3239 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1127 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1127 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.413
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1197 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1624
ORDER BY f.position ASC |
0.413
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1510 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1697) AND (b.`id_shop` = 1) LIMIT 1 |
0.413
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1960 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1329) AND (b.`id_shop` = 1) LIMIT 1 |
0.413
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3331 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1851
ORDER BY f.position ASC |
0.413
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3884 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1856
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.413
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4355 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1871
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.413
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2330 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1889
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.412
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1138 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1840 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1840 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.412
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1237 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1865) AND (b.`id_shop` = 1) LIMIT 1 |
0.412
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1355 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1877 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1877 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.412
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3330 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1556 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1556 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.412
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5366 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1154
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.412
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1463 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1533
ORDER BY f.position ASC |
0.411
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3207 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1905 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1905 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.411
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3880 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1748
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.411
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3883 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1884
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.411
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3248 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 447 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 447 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.410
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3287 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1426 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1426 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.410
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5205 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 28
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.410
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1730 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1568) AND (b.`id_shop` = 1) LIMIT 1 |
0.409
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3364 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1528 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1528 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.409
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3368 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1528 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1528 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.409
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3725 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1294
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.409
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3721 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1797
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.408
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1434 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1185
ORDER BY f.position ASC |
0.408
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1284 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1540 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1540 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.407
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1325 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1424 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1424 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.407
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1433 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1185 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1185 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.407
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2533 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1328) AND (b.`id_shop` = 1) LIMIT 1 |
0.407
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3724 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1793
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.407
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1141 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1860 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1860 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.406
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3882 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1189
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.406
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2120 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1473
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.406
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5293 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 19
AND tr.`id_tax_rules_group` = 14
AND tr.`id_state` IN (0, 0)
AND ('1004' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '1004')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.405
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:6899 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2415 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 676) AND (b.`id_shop` = 1) LIMIT 1 |
0.405
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3722 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, GROUP_CONCAT(ag.`id_attribute_group`) AS `id_attribute_group`, GROUP_CONCAT(a.`id_attribute`) AS `id_attribute`, GROUP_CONCAT(al.`name` SEPARATOR "|s|p|a|") AS attribute_name, GROUP_CONCAT(ag.`is_color_group`) AS `is_color_group`, GROUP_CONCAT(pac.`id_attribute`) as id_attribute_list_custom, p.cache_default_attribute
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `ps_product` p ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE pa.`id_product` = 1486
AND IF (stock.`quantity` > 0, 1, IF (stock.`out_of_stock` = 2, 0 = 1, stock.`out_of_stock` = 1))
GROUP BY pa.`id_product_attribute`
ORDER BY SUM(ag.`position`), SUM(a.`position`), pac.`id_product_attribute` |
0.404
ms
|
1 |
Yes
|
|
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1288
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1323 (getAttributeCombinationsById)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:324 (getFullProductName)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1315 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1424 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1424 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.404
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3240 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1165 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1165 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.403
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3300 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 702 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 702 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.403
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1462 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1533 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1533 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.403
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1830 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1165) AND (b.`id_shop` = 1) LIMIT 1 |
0.402
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3249 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1127 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1127 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.402
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1262 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1864 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1864 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.401
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4555 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.401
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4748 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.401
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2486 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1912) AND (b.`id_shop` = 1) LIMIT 1 |
0.400
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3279 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1552 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1552 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.399
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1196 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1613 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1613 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.396
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1548 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 737
AND image_shop.`cover` = 1 LIMIT 1 |
0.396
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1770 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1569) AND (b.`id_shop` = 1) LIMIT 1 |
0.396
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5051 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1477
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.396
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3645 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1332
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.395
ms
|
6 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2815 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1883
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.394
ms
|
3 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3063 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1871
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.394
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2955 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1854
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.393
ms
|
1 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 906 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1762) AND (b.`id_shop` = 1) LIMIT 1 |
0.392
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1050 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1812) AND (b.`id_shop` = 1) LIMIT 1 |
0.391
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2467 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.391
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4563 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1893
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.390
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4800 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1553
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.388
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1219 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1397
ORDER BY f.position ASC |
0.388
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1527 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1696) AND (b.`id_shop` = 1) LIMIT 1 |
0.388
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5215 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.388
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5614 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1098
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.388
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1929 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1327) AND (b.`id_shop` = 1) LIMIT 1 |
0.386
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2667 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1870) AND (b.`id_shop` = 1) LIMIT 1 |
0.386
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1688 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1564) AND (b.`id_shop` = 1) LIMIT 1 |
0.385
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2990 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1078
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.385
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1748 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1574) AND (b.`id_shop` = 1) LIMIT 1 |
0.385
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 645 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1232
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.384
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2653 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1747) AND (b.`id_shop` = 1) LIMIT 1 |
0.384
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2470 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1746) AND (b.`id_shop` = 1) LIMIT 1 |
0.383
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 19
AND tr.`id_tax_rules_group` = 14
AND tr.`id_state` IN (0, 0)
AND ('1004' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '1004')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.382
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1645 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1863) AND (b.`id_shop` = 1) LIMIT 1 |
0.382
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3035 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1796
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.382
ms
|
1 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1133 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1860) AND (b.`id_shop` = 1) LIMIT 1 |
0.381
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4890 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1851
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.381
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5052 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1477
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.379
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1523 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1693) AND (b.`id_shop` = 1) LIMIT 1 |
0.379
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 603) AND (b.`id_shop` = 1) LIMIT 1 |
0.378
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3530 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1748
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.378
ms
|
3 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2548 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1794) AND (b.`id_shop` = 1) LIMIT 1 |
0.377
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2930 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1450
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.377
ms
|
1 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1054 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1868) AND (b.`id_shop` = 1) LIMIT 1 |
0.376
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1565 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1645) AND (b.`id_shop` = 1) LIMIT 1 |
0.376
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4297 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.376
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1 |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.375
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:715
/classes/shop/Shop.php:774 (cacheShops)
/classes/Configuration.php:299 (getShops)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 2517 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1914) AND (b.`id_shop` = 1) LIMIT 1 |
0.375
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1064 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1895
ORDER BY f.position ASC |
0.375
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4735 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1023
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.373
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4872 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.372
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1618 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1660) AND (b.`id_shop` = 1) LIMIT 1 |
0.372
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2614 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1365) AND (b.`id_shop` = 1) LIMIT 1 |
0.372
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4319 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1871
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.372
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1254 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1864) AND (b.`id_shop` = 1) LIMIT 1 |
0.371
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2561 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1793) AND (b.`id_shop` = 1) LIMIT 1 |
0.370
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3271 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1552) AND (b.`id_shop` = 1) LIMIT 1 |
0.370
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4021 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1748
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.370
ms
|
3 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1661 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1841) AND (b.`id_shop` = 1) LIMIT 1 |
0.368
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4423 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.368
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 815 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1240
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.367
ms
|
1 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1327 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.367
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4578 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.367
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5172 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1190
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.365
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5259 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1153
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.365
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2502 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1327) AND (b.`id_shop` = 1) LIMIT 1 |
0.364
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2705 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1704) AND (b.`id_shop` = 1) LIMIT 1 |
0.364
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4356 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1871
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.364
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2718 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1648) AND (b.`id_shop` = 1) LIMIT 1 |
0.363
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2874 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 534
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.362
ms
|
1 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5231 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 28
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.362
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4745 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.361
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4769 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1553
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.361
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5615 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1098
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.360
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3136 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1893) AND (b.`id_shop` = 1) LIMIT 1 |
0.359
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1716) AND (b.`id_shop` = 1) LIMIT 1 |
0.358
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4960 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.358
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4637 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1906
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.358
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5302 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1153
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.357
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5355 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.357
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5313 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.357
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1976 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1330) AND (b.`id_shop` = 1) LIMIT 1 |
0.356
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2606 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 912) LIMIT 1 |
0.356
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2607 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 912 AND `id_shop` = 1 |
0.356
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3145 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1893) LIMIT 1 |
0.356
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3943 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1023
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.356
ms
|
3 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4196 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1193
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.356
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4327 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1871
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.356
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1330 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1886) AND (b.`id_shop` = 1) LIMIT 1 |
0.355
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4476 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1255
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.354
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4638 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1906
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.354
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3896 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1796
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.354
ms
|
1 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5490 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1885
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.353
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4813 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.353
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3083 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1255) AND (b.`id_shop` = 1) LIMIT 1 |
0.352
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5442 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.352
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1290 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1839) AND (b.`id_shop` = 1) LIMIT 1 |
0.350
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2940 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1854 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.350
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3952 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1553
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.350
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4362 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.350
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1485 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 929) AND (b.`id_shop` = 1) LIMIT 1 |
0.349
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1622 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1818) AND (b.`id_shop` = 1) LIMIT 1 |
0.349
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1835 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1640) AND (b.`id_shop` = 1) LIMIT 1 |
0.349
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2338 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1917) AND (b.`id_shop` = 1) LIMIT 1 |
0.349
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4167 |
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
0.349
ms
|
1 |
|
|
/classes/CartRule.php:423
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/f7/71/73/f771736f57d257365f01bb01174abca10ce724db_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2752e287_66680564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:591 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5173 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1190
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.349
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'misterchampagne-test042025.ch' OR su.domain_ssl = 'misterchampagne-test042025.ch')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.348
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 4443 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1255
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.348
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3306 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1851) AND (b.`id_shop` = 1) LIMIT 1 |
0.347
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1384 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1804) AND (b.`id_shop` = 1) LIMIT 1 |
0.347
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3365 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1894
ORDER BY f.position ASC |
0.346
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 292 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1648) AND (b.`id_shop` = 1) LIMIT 1 |
0.346
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1737 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1568) LIMIT 1 |
0.346
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4581 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.346
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4702 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1023
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.345
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 881 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1693) |
0.344
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1655 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1863 AND `id_shop` = 1 |
0.344
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2382 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1798) |
0.344
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3190 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1905) AND (b.`id_shop` = 1) LIMIT 1 |
0.344
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3680 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1445
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.344
ms
|
1 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3934 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1906
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.344
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4746 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.344
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1797) AND (b.`id_shop` = 1) LIMIT 1 |
0.343
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1454 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1533) AND (b.`id_shop` = 1) LIMIT 1 |
0.343
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3926 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1893
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.343
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4413 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1892
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.343
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4604 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1893
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.343
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 749 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1237
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.343
ms
|
1 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4510 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 852
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.343
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4644 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.343
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5428 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1299
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.343
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4590 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.342
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 720 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1236
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.342
ms
|
1 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1250 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1805) AND (b.`id_shop` = 1) LIMIT 1 |
0.342
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3972 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1894
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.342
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5585 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1098
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.342
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 771 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1238
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.341
ms
|
1 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 793 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1239
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.341
ms
|
1 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2683 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1848) AND (b.`id_shop` = 1) LIMIT 1 |
0.341
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3901 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1868 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1868 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.341
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4964 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.341
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5399 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1299
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.341
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1468 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 931) AND (b.`id_shop` = 1) LIMIT 1 |
0.341
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2730 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 597) AND (b.`id_shop` = 1) LIMIT 1 |
0.341
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3216 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1023) |
0.341
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4859 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 702
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.341
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1481 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 928) AND (b.`id_shop` = 1) LIMIT 1 |
0.340
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3348 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1894) |
0.340
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3597 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1856
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.340
ms
|
1 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3902 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1871
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.340
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3280 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1553
ORDER BY f.position ASC |
0.339
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4603 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1893
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.339
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5337 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1154
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.339
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4539 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 852
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.338
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4640 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.338
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4669 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1906
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.338
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4830 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 702
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.338
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1171 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1624) AND (b.`id_shop` = 1) LIMIT 1 |
0.338
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3964 |
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 `ps_pack` a
LEFT JOIN `ps_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 5 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 5)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 1851
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.337
ms
|
2 |
|
Yes
|
/classes/Pack.php:385
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4385 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1892
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.337
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3101 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1178) AND (b.`id_shop` = 1) LIMIT 1 |
0.336
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3174 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1906) AND (b.`id_shop` = 1) LIMIT 1 |
0.336
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4685 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.336
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4793 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 1553 LIMIT 1 |
0.336
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5462 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1885
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.336
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5506 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.336
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3161 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1893
ORDER BY f.position ASC |
0.335
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1705 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1137) |
0.335
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4571 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1893
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.335
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2387 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1798) LIMIT 1 |
0.334
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3259 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1553) |
0.334
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4651 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.334
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4933 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.334
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 37) AND (a0.`nright` > 38) AND (a1.`id_lang` = 5) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.334
ms
|
15 |
Yes
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/listing/CategoryController.php:246 (rewind)
/classes/controller/FrontController.php:1876 (getBreadcrumbLinks)
/classes/controller/FrontController.php:568 (getBreadcrumb)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2411 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1389) LIMIT 1 |
0.333
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3096 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 69) AND (b.`id_shop` = 1) LIMIT 1 |
0.333
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4957 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1894
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.333
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4334 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.332
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4654 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.332
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1307 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1424) AND (b.`id_shop` = 1) LIMIT 1 |
0.332
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2347 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1917) LIMIT 1 |
0.332
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4932 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.331
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 19
AND tr.`id_tax_rules_group` = 14
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.331
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5972 (getTaxCalculator)
/classes/Product.php:5864 (getTaxesInformations)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1499) AND (b.`id_shop` = 1) LIMIT 1 |
0.331
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4587 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.331
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4290 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1796
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.329
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5571 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.329
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1402 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1888) AND (b.`id_shop` = 1) LIMIT 1 |
0.328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 439 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1293) LIMIT 1 |
0.328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3255 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1553) AND (b.`id_shop` = 1) LIMIT 1 |
0.328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1184 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1528) AND (b.`id_shop` = 1) LIMIT 1 |
0.327
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4650 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.327
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5238 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.327
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1303 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1294) AND (b.`id_shop` = 1) LIMIT 1 |
0.327
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4577 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.327
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1948 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1328) |
0.326
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4770 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1553
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.326
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2474 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1746) |
0.326
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4866 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.326
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5647 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1748
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.326
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2450 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1471) LIMIT 1 |
0.325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 257 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1793) AND (b.`id_shop` = 1) LIMIT 1 |
0.325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4743 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.325
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5367 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1154
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.324
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5523 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 86
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.324
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5709 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 5 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 37 AND c.`nright` >= 38 AND c.`nleft` >= 2 AND c.`nright` <= 143 ORDER BY `nleft` DESC |
0.324
ms
|
15 |
Yes
|
|
/classes/Category.php:1600
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:419 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1343 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1873) AND (b.`id_shop` = 1) LIMIT 1 |
0.323
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2552 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1794) |
0.323
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2714 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1704) LIMIT 1 |
0.323
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4648 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.323
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4965 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.323
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1826 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1671) LIMIT 1 |
0.322
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4392 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.322
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5174 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1190 |
0.322
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1114
AND image_shop.`cover` = 1 LIMIT 1 |
0.321
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 852 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1528) |
0.321
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3319 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1262) AND (b.`id_shop` = 1) LIMIT 1 |
0.321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1718 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1495) |
0.321
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4087 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 1748
ORDER BY `position` |
0.321
ms
|
12 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4579 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.321
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4580 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.321
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2526 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1914) LIMIT 1 |
0.320
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3344 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1894) AND (b.`id_shop` = 1) LIMIT 1 |
0.320
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4349 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 1871 LIMIT 1 |
0.320
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4429 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.320
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1552 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 737) |
0.319
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2445 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1471) |
0.319
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4368 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.319
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4589 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "onsale"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.319
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:362 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:147 (keySaleExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4747 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.319
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1188 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1613) AND (b.`id_shop` = 1) LIMIT 1 |
0.318
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4682 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.318
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4943 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.318
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4989 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1894
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.318
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1903) AND (b.`id_shop` = 1) LIMIT 1 |
0.318
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4930 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.318
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5552 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 86
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.318
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2495 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1912) LIMIT 1 |
0.317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3212 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1023) AND (b.`id_shop` = 1) LIMIT 1 |
0.317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4195 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1193
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.317
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5022 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1477
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.317
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5206 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 28
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.317
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5400 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1299
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.317
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2490 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1912) |
0.317
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2342 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1917) |
0.316
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4583 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.316
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5082 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1627
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.316
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1519 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1697) LIMIT 1 |
0.315
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4688 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.315
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4950 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1894
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.315
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1215 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1397 LIMIT 1 |
0.314
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4744 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.314
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4923 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1851
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.314
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1964 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1329) |
0.313
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4645 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.313
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4891 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1851
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.313
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4358 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.313
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2557 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1794) LIMIT 1 |
0.312
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4365 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.312
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4653 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.312
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5423 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1299
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.312
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4802 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.312
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5429 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1299
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.311
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1509 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.311
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4929 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.311
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4582 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.310
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4630 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1906
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.310
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4869 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.309
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1614 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1325) LIMIT 1 |
0.309
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1654 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1863) LIMIT 1 |
0.309
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4364 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.309
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5142 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1190
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.309
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 876 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1693
AND image_shop.`cover` = 1 LIMIT 1 |
0.308
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4333 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.308
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4345 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.308
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4366 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.308
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4511 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 852
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.308
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4649 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.308
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4687 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "onsale"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.308
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:362 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:147 (keySaleExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4958 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1894
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.308
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5303 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1153
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.308
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4329 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.307
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1911 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1326
AND image_shop.`cover` = 1 LIMIT 1 |
0.307
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5175 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.307
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 875 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.306
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5076 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1627 LIMIT 1 |
0.306
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5232 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 28
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.306
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1225 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1828) |
0.306
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4340 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.306
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1502 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 929) |
0.305
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4974 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.305
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1609 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1325) |
0.305
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4477 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1255
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.305
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4754 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.305
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5617 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.305
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4350 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1871
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.304
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4592 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.304
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 982 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1535) |
0.304
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1514 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1697) |
0.304
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2676 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1870) LIMIT 1 |
0.304
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4823 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 702
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.304
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4591 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.303
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1041 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1895) |
0.302
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1900 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1830) |
0.302
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4414 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1892
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.302
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4924 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1851
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.302
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5338 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1154
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.302
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1424 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1185
AND image_shop.`cover` = 1 LIMIT 1 |
0.302
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4593 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.302
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4736 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1023
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.302
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1917 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1326) |
0.301
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2406 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1389) |
0.301
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4444 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1255
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.301
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5260 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1153
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.301
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5491 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1885
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.301
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1574 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1645) LIMIT 1 |
0.301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1649 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1863) |
0.301
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3397 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1190
AND image_shop.`cover` = 1 LIMIT 1 |
0.301
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4343 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.301
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4540 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 852
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.301
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4695 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1023
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.301
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1732 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1568) |
0.300
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 408 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1874) |
0.300
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1933 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1327) |
0.300
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4597 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 1893 LIMIT 1 |
0.300
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4871 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.300
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4969 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.300
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5435 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.300
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5676 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1748
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.300
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1798 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1505) |
0.299
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2521 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1914) |
0.299
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4370 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "onsale"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.299
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:362 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:147 (keySaleExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4420 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.299
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4588 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.299
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4775 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1553 LIMIT 1 |
0.299
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5503 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.299
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2671 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1870) |
0.298
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4428 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.298
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4742 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.298
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4867 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.298
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5237 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.298
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5360 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 1154 LIMIT 1 |
0.298
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5595 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.298
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2403 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1389
AND image_shop.`cover` = 1 LIMIT 1 |
0.298
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4598 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1893
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.298
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4951 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1894 LIMIT 1 |
0.298
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4451 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.297
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4670 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1906
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.297
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4683 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.297
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5625 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.297
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1012 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1538) |
0.297
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1569 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1645) |
0.297
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1943 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1328
AND image_shop.`cover` = 1 LIMIT 1 |
0.297
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4111 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 852) LIMIT 1 |
0.297
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4931 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.297
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2369 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 392) |
0.296
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4337 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.296
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4703 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1023
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.296
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5657 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.296
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1761 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 461) |
0.296
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5586 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1098
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.296
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4436 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1255
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.295
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4503 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 852
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.295
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4990 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1894
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.295
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4868 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.295
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4873 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.295
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4883 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1851
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.295
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5379 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.295
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 997 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1537) |
0.294
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4291 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1796
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.294
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4386 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1892
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.294
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4652 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.294
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4762 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1553
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.294
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4805 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.294
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5406 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.294
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5469 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.294
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5524 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 86
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.294
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 393 |
SELECT SQL_NO_CACHE 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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1873) |
0.293
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 947 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1222) |
0.293
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4257 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1796
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.293
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4424 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.293
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4831 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 702
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.293
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4934 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.293
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5351 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.293
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1380 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1866) LIMIT 1 |
0.292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1958 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1329
AND image_shop.`cover` = 1 LIMIT 1 |
0.292
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2631 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1365) |
0.292
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4457 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.292
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4564 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1893 LIMIT 1 |
0.292
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4686 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.292
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4843 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.292
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4258 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1796
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.291
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4342 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "onsale"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.291
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:362 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:147 (keySaleExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4663 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 1906 LIMIT 1 |
0.291
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4751 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.291
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5111 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1627
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.291
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5421 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.291
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5648 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1748
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.291
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2574 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1359) |
0.291
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4565 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1893 |
0.291
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5422 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 1299 LIMIT 1 |
0.291
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2144 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1669 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.290
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4772 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.290
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4335 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.290
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4371 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.290
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4952 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1894 |
0.290
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5671 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1748
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.290
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 859 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1528
ORDER BY f.position ASC |
0.289
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2709 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1704) |
0.289
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4513 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.289
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4875 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.289
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 5
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 24) AND (b.`id_shop` = 1) LIMIT 1 |
0.288
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:78 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 80 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1114) |
0.288
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 961 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1497) |
0.288
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4372 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.288
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4378 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1892
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.288
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4470 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 1255 LIMIT 1 |
0.288
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4853 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 702 LIMIT 1 |
0.288
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4860 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 702
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.288
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5420 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.288
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4105 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1892) LIMIT 1 |
0.287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5484 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 1885 LIMIT 1 |
0.287
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4533 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 852 LIMIT 1 |
0.286
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4870 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.286
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1858 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1191) |
0.286
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2279 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1385 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.286
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2985 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 941 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 941 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.286
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4534 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 852
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.286
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 378 |
SELECT SQL_NO_CACHE 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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1872) |
0.285
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1246 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1865) LIMIT 1 |
0.285
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1339 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1886) LIMIT 1 |
0.285
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1637 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1818) |
0.285
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4361 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.285
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4992 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.285
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1222 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1828
AND image_shop.`cover` = 1 LIMIT 1 |
0.285
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1542 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1696) |
0.285
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2433 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 676) |
0.285
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3144 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1893 LIMIT 1 |
0.285
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4367 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.285
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4375 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.285
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5112 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1627
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.285
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4425 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.284
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 908 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1762) |
0.284
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 971 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1518
AND image_shop.`cover` = 1 LIMIT 1 |
0.284
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1884 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1056) |
0.284
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2601 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 912) |
0.284
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4729 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 1023 LIMIT 1 |
0.284
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5353 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.284
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5454 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1885 LIMIT 1 |
0.284
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE 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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1880) |
0.283
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1180 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1624) LIMIT 1 |
0.283
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1477 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 931) LIMIT 1 |
0.283
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4285 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1796
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.283
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4301 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.283
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4339 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.283
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4369 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.283
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4407 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 1892 LIMIT 1 |
0.283
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4422 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.283
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4681 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.283
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4794 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1553
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.283
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5023 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1477
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.283
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5225 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 28 LIMIT 1 |
0.283
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.282
ms
|
9 |
|
|
/classes/Language.php:1216
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 894 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1109) |
0.282
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1119 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1862 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.282
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1299 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1839) LIMIT 1 |
0.282
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2187 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1728 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.282
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4338 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.282
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5594 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.282
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2376 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1798
AND image_shop.`cover` = 1 LIMIT 1 |
0.282
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4777 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.282
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1411 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1888) LIMIT 1 |
0.281
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3166 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 171) |
0.281
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3222 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1023 AND `id_shop` = 1 |
0.281
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4427 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.281
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5189 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.281
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1269 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1864) |
0.281
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1594 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1115) |
0.281
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2587 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 596) |
0.281
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4749 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.281
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4809 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.281
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1871 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1916) |
0.280
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2855 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 534 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.280
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4487 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.280
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4610 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.280
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5252 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1153
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.280
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 440 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1293 AND `id_shop` = 1 |
0.280
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1508 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1697
AND image_shop.`cover` = 1 LIMIT 1 |
0.280
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1979 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1330 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.280
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2272 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1567
ORDER BY f.position ASC |
0.280
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3400 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1190) |
0.280
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4226 |
SELECT SQL_NO_CACHE ps1.*
FROM `ps_fmm_stickers` ps1
LEFT JOIN ps_fmm_stickers_products ps2 ON (ps1.sticker_id = ps2.sticker_id)
WHERE ps2.`id_product` = 1193
AND ps1.`product` > 0
AND
(
(ps1.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= ps1.`start_date`)
AND
(ps1.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= ps1.`expiry_date`)
) |
0.280
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:234
/override/modules/productlabelsandstickers/productlabelsandstickers.php:96 (getProductStickers)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4346 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.280
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5677 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1748
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.280
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4363 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.279
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4373 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.279
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1807 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1364) |
0.279
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2375 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.279
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2597 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 912
AND image_shop.`cover` = 1 LIMIT 1 |
0.279
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5161 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.279
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1643 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1863
AND image_shop.`cover` = 1 LIMIT 1 |
0.278
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1772 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1569) |
0.278
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2584 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 596
AND image_shop.`cover` = 1 LIMIT 1 |
0.278
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3140 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1893) |
0.278
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3353 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1894) LIMIT 1 |
0.278
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3582 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1856 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.278
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4336 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.278
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4374 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.278
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4776 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.278
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4874 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.278
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5047 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1477 |
0.278
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5415 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.278
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5497 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.278
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1212 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1397) |
0.277
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2310 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1889 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.277
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3092 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1255) LIMIT 1 |
0.277
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4936 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.277
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5455 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1885 |
0.277
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 934 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 601) |
0.277
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1025 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1804) |
0.277
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4135 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1190) LIMIT 1 |
0.277
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4303 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.277
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5188 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.277
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5445 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.277
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1437 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1813
AND image_shop.`cover` = 1 LIMIT 1 |
0.276
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1679 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1841) |
0.276
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2006 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1668
AND image_shop.`cover` = 1 LIMIT 1 |
0.276
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2655 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1747) |
0.276
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4517 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.276
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1957 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.276
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1995 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1331 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.275
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2294 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1698 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.275
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2440 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1471
AND image_shop.`cover` = 1 LIMIT 1 |
0.275
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3183 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1906) LIMIT 1 |
0.275
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4320 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1871 LIMIT 1 |
0.275
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 482 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1812 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.275
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1022 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1804
AND image_shop.`cover` = 1 LIMIT 1 |
0.275
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2402 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.275
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3086 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1255 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.275
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3695 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1681
ORDER BY f.position ASC |
0.275
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4486 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.275
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4526 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.275
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5015 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1477
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.275
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5361 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1154
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.275
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5373 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.275
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5694 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.275
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 421 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1184) |
0.274
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4490 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.274
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5143 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1190
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.274
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5654 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.274
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1486) LIMIT 1 |
0.274
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1848 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1165) |
0.274
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1855 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1191
AND image_shop.`cover` = 1 LIMIT 1 |
0.274
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4302 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.274
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4376 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.274
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4520 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.274
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4639 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1906 |
0.274
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4898 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.274
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 904 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1762
AND image_shop.`cover` = 1 LIMIT 1 |
0.273
ms
|
9 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1221 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.273
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1241 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1865) |
0.273
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1821 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1671) |
0.273
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1894 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1830
AND image_shop.`cover` = 1 LIMIT 1 |
0.273
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2880 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1123 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1123 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.273
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2914 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1450 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.273
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4122 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 702) LIMIT 1 |
0.273
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4450 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.273
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4606 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.273
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4664 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1906
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.273
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4893 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.273
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5046 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1477
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.273
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5436 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.273
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5485 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1885
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.273
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 629 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1229) AND (b.`id_shop` = 1) LIMIT 1 |
0.272
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1690 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1564) |
0.272
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4549 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.272
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5464 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.272
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5607 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.272
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4492 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.272
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4619 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.272
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4806 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.272
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1364 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1877) |
0.271
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4529 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.271
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4620 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.271
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5601 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.271
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5696 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.271
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1235 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1865
AND image_shop.`cover` = 1 LIMIT 1 |
0.271
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1817 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1671
AND image_shop.`cover` = 1 LIMIT 1 |
0.271
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4152 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1885) LIMIT 1 |
0.271
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4573 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.271
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4655 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.271
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5350 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.271
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1442 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1813) |
0.270
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3019 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1796 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.270
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4341 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.270
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4483 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.270
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4546 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.270
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4679 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.270
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4750 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.270
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5424 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1299 |
0.270
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 940 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 601 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 601 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.270
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 944 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1222
AND image_shop.`cover` = 1 LIMIT 1 |
0.270
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2964 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1078 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.270
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4379 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1892 LIMIT 1 |
0.270
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4388 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.270
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4408 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1892
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.270
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4489 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.270
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5008 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.270
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5267 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.270
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5468 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.270
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5627 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.270
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1035 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1895
AND image_shop.`cover` = 1 LIMIT 1 |
0.269
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1070 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1868) |
0.269
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1456 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1533) |
0.269
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1942 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.269
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2641 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1745) |
0.269
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3221 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1023) LIMIT 1 |
0.269
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4416 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.269
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5083 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1627
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.269
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5239 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.269
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1728 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1568
AND image_shop.`cover` = 1 LIMIT 1 |
0.268
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1804 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1364
AND image_shop.`cover` = 1 LIMIT 1 |
0.268
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2170 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1669
ORDER BY f.position ASC |
0.268
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2571 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1359
AND image_shop.`cover` = 1 LIMIT 1 |
0.268
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2819 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1878 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1878 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.268
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3891 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1193 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1193 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.268
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4344 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.268
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4347 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.268
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4759 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.268
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4854 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 702
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.268
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4959 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1894 |
0.268
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4984 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1894
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.268
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5218 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.268
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5605 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.268
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1486) |
0.267
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 239 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1486
AND `required` = 1 AND `is_deleted` = 0 |
0.267
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 603
AND image_shop.`cover` = 1 LIMIT 1 |
0.267
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 872 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1574 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1574 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.267
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 891 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1109
AND image_shop.`cover` = 1 LIMIT 1 |
0.267
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 921 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1466) |
0.267
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2010 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1668 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.267
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2439 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.267
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2515 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1914
AND image_shop.`cover` = 1 LIMIT 1 |
0.267
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3121 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 852
AND image_shop.`cover` = 1 LIMIT 1 |
0.267
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4572 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1893 |
0.267
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4585 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.267
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4711 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.267
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4833 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.267
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5305 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.267
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5471 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.267
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5474 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.267
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5530 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.267
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5706 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 5
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.267
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:1118 (__construct)
/classes/Category.php:1574 (getRootCategory)
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:419 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2179 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1830 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1830 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.266
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2697 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1848) |
0.266
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2833 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1845 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1845 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.266
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4162 |
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
0.266
ms
|
1 |
|
|
/classes/Cart.php:4255
/classes/Cart.php:4230 (hasProducts)
/classes/Cart.php:2145 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartLazyArray.php:185 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/f7/71/73/f771736f57d257365f01bb01174abca10ce724db_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2752e287_66680564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:591 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5309 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.266
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5369 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.266
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5692 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.266
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1472 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 931) |
0.266
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1591 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1115
AND image_shop.`cover` = 1 LIMIT 1 |
0.266
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4305 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.266
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5356 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.266
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5410 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.266
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5672 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1748 |
0.266
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4090 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1193) LIMIT 1 |
0.265
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4880 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.265
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5340 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.265
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5402 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.265
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5621 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.265
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5697 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.265
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1604 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1325
AND image_shop.`cover` = 1 LIMIT 1 |
0.265
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1715 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1495
AND image_shop.`cover` = 1 LIMIT 1 |
0.265
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4935 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.265
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5025 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.265
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5559 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.265
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1686 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1564
AND image_shop.`cover` = 1 LIMIT 1 |
0.264
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1927 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1327
AND image_shop.`cover` = 1 LIMIT 1 |
0.264
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4306 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.264
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4710 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.264
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4865 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.264
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5270 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.264
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5409 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.264
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5473 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.264
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 387 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.264
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3294 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 702) |
0.264
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4147 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1299) LIMIT 1 |
0.264
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4227 |
SELECT SQL_NO_CACHE b.*, bl.`title`
FROM `ps_fmm_stickersbanners` b
LEFT JOIN ps_fmm_stickersbanners_products bp
ON (b.stickersbanners_id = bp.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_lang bl
ON (b.stickersbanners_id = bl.stickersbanners_id)
LEFT JOIN ps_fmm_stickersbanners_shop ssh
ON (b.stickersbanners_id = ssh.stickersbanners_id)
WHERE bp.`id_product` = 1193
AND `id_lang` = 5
AND ssh.id_shop = 1
AND
(
(b.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= b.`start_date`)
AND
(b.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= b.`expiry_date`)
) LIMIT 1 |
0.264
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:525
/override/modules/productlabelsandstickers/productlabelsandstickers.php:97 (getProductBanner)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5054 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.264
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5280 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.264
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5610 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1098 |
0.264
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5663 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.264
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 429 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1184
AND `required` = 1 AND `is_deleted` = 0 |
0.263
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2178 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1571 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1571 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.263
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3124 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 852) |
0.263
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4535 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=852 |
0.263
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1334 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1886) |
0.263
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2546 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1794
AND image_shop.`cover` = 1 LIMIT 1 |
0.263
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2935 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1854
AND image_shop.`cover` = 1 LIMIT 1 |
0.263
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2998 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1077 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1077 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.263
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3044 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1871 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.263
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4127 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1477) LIMIT 1 |
0.263
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4348 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.263
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4471 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1255
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.263
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4523 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.263
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4844 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.263
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4897 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.263
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5190 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.263
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5193 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.263
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5354 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.263
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5533 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.263
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 918 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1466
AND image_shop.`cover` = 1 LIMIT 1 |
0.262
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1868 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1916
AND image_shop.`cover` = 1 LIMIT 1 |
0.262
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2332 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1621 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1621 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.262
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2468 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1746
AND image_shop.`cover` = 1 LIMIT 1 |
0.262
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4141 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1153) LIMIT 1 |
0.262
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4144 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1154) LIMIT 1 |
0.262
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4479 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.262
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4616 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.262
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4738 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.262
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4760 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.262
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4803 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1553 AND `id_cart` = 0 LIMIT 1 |
0.262
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4837 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.262
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5167 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1190
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.262
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5344 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.262
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5405 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.262
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5412 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.262
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5431 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.262
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5434 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.262
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5467 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.262
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5693 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.262
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 277 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1294) LIMIT 1 |
0.262
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 864 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1574) AND (b.`id_shop` = 1) LIMIT 1 |
0.261
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1406 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1888) |
0.261
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1427 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1185) |
0.261
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1563 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1645
AND image_shop.`cover` = 1 LIMIT 1 |
0.261
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1700 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1137
AND image_shop.`cover` = 1 LIMIT 1 |
0.261
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2732 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 597) |
0.261
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4165 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_orders` o
LEFT JOIN `ps_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 16 LIMIT 1 |
0.261
ms
|
1 |
|
|
/classes/order/Order.php:881
/classes/CartRule.php:450 (getDiscountsCustomer)
/classes/Cart.php:3079 (getCustomerCartRules)
/classes/Cart.php:3463 (getDeliveryOptionList)
/classes/Cart.php:3536 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2201 (processCalculation)
/src/Adapter/Presenter/Cart/CartLazyArray.php:185 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/f7/71/73/f771736f57d257365f01bb01174abca10ce724db_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2752e287_66680564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:591 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4300 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.261
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4709 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.261
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5262 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.261
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5460 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1885 |
0.261
ms
|
8 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:95 (getCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5598 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.261
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3178 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1906) |
0.261
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3638 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1326 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1326 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.261
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4138 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 28) LIMIT 1 |
0.261
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4594 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.261
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4665 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1906 |
0.261
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4996 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.261
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5194 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.261
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5219 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.261
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5670 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 1748 LIMIT 1 |
0.261
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 6 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 19) LIMIT 1 |
0.260
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:27 (require)
|
| 2231 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1118 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1118 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.260
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2419 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 676) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.260
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4421 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.260
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5244 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.260
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5372 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.260
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5655 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.260
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 957 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1497
AND image_shop.`cover` = 1 LIMIT 1 |
0.260
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1159 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1351) |
0.260
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2484 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1912
AND image_shop.`cover` = 1 LIMIT 1 |
0.260
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3264 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1553) LIMIT 1 |
0.260
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3315 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1851) LIMIT 1 |
0.260
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4752 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.260
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4944 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.260
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5276 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.260
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5470 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.260
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5477 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.260
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5624 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.260
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1007 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1538
AND image_shop.`cover` = 1 LIMIT 1 |
0.259
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4446 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.259
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4713 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.259
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4812 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.259
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5212 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.259
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5376 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.259
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5493 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.259
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5501 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.259
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5608 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 1098 LIMIT 1 |
0.259
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 294 |
SELECT SQL_NO_CACHE 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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1648) |
0.259
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 434 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1293) |
0.259
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 836 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1660 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.259
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1294 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1839) |
0.259
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1986 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1330 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1330 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.259
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2259 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1565
ORDER BY f.position ASC |
0.259
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4155 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 86) LIMIT 1 |
0.259
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4542 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.259
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4552 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.259
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4622 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.259
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4677 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.259
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4678 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.259
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4689 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.259
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5029 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.259
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4158 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1098) LIMIT 1 |
0.258
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4985 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1894 |
0.258
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5064 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.258
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 103 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 336) |
0.258
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 147 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1716) |
0.258
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1727 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.258
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4586 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.258
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4647 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.258
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4786 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.258
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4801 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1553 |
0.258
ms
|
1 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4917 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 1851 LIMIT 1 |
0.258
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5053 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1477 |
0.258
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5226 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 28
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.258
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1085 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 598 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 598 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.257
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1175 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1624) |
0.257
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1375 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1866) |
0.257
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1507 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.257
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1881 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1056
AND image_shop.`cover` = 1 LIMIT 1 |
0.257
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3114 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 69) |
0.257
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4284 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 1796 LIMIT 1 |
0.257
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4419 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.257
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4840 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.257
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4842 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.257
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5011 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.257
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5220 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.257
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5438 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.257
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5658 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.257
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 992 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1537
AND image_shop.`cover` = 1 LIMIT 1 |
0.256
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1941 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1327
AND `required` = 1 AND `is_deleted` = 0 |
0.256
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2003 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1331
ORDER BY f.position ASC |
0.256
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2018 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1668
ORDER BY f.position ASC |
0.256
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2068 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 804 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 804 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.256
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2307 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1889) AND (b.`id_shop` = 1) LIMIT 1 |
0.256
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2956 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1812 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1812 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.256
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4495 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.256
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4558 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.256
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4596 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.256
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4705 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.256
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4836 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.256
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4968 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.256
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5208 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.256
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5241 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.256
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5449 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.256
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4609 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.256
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4755 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.256
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5234 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.256
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE 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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 736) |
0.255
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 873 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1574
ORDER BY f.position ASC |
0.255
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 931 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 601
AND image_shop.`cover` = 1 LIMIT 1 |
0.255
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2400 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1797 LIMIT 1 |
0.255
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2703 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1704
AND image_shop.`cover` = 1 LIMIT 1 |
0.255
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3678 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1385 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1385 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.255
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4351 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1871 |
0.255
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4676 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.255
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5192 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.255
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5248 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.255
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5481 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.255
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1803 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.255
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4430 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.255
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4724 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.255
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4926 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.255
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5504 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.255
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5539 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.255
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4626 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.254
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4977 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.254
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5450 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.254
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.254
ms
|
3 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
| 1400 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1888
AND image_shop.`cover` = 1 LIMIT 1 |
0.254
ms
|
10 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1973 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.254
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2030 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1556 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1556 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.254
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2218 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1728
ORDER BY f.position ASC |
0.254
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3639 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1327 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1327 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.254
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3694 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1681 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1681 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.254
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4725 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.254
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4730 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1023
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.254
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4862 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.254
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5312 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.254
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5315 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.254
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5502 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.254
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5558 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.254
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1086 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 598
ORDER BY f.position ASC |
0.253
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1587 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 447 LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2122 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1229 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1229 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.253
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4613 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.253
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4918 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1851
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.253
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4975 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.253
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 489 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1812 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1812 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.253
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1034 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.253
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1278 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1540) |
0.253
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1685 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.253
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1880 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.253
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2287 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1385
ORDER BY f.position ASC |
0.253
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2329 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1889
ORDER BY f.position ASC |
0.253
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2583 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.253
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3285 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1552) |
0.253
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4153 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1885 AND `id_shop` = 1 |
0.253
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4458 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.253
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4516 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.253
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4530 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.253
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4641 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1906 AND `id_cart` = 0 LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5247 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.253
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5386 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.253
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5604 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.253
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5609 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1098
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.253
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5684 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.253
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2328 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1864 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1864 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.252
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2379 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1798 LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3933 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1905 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1905 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.252
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4293 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.252
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4328 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1871 |
0.252
ms
|
1 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4454 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.252
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4482 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.252
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4545 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.252
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4632 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1906 |
0.252
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4672 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.252
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4783 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.252
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5045 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 1477 LIMIT 1 |
0.252
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5191 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.252
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5318 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.252
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5352 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.252
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5407 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.252
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5500 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.252
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5526 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.252
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5588 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.252
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5626 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.252
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5650 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.252
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5660 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.252
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5666 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.252
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 162 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1826) |
0.251
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1112 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1692
ORDER BY f.position ASC |
0.251
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1714 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.251
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2061 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1306
ORDER BY f.position ASC |
0.251
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2118 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1426 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1426 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.251
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2301 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1698 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1698 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.251
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2327 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1621 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1621 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.251
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2665 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1870
AND image_shop.`cover` = 1 LIMIT 1 |
0.251
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3310 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1851) |
0.251
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3527 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1746 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1746 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.251
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4130 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1627) LIMIT 1 |
0.251
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4460 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.251
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4716 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.251
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4741 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.251
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4892 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1851 |
0.251
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5038 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.251
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5168 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1190 |
0.251
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5243 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.251
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5273 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.251
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5281 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.251
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5505 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.251
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5536 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.251
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 550 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1795 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.251
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1854 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.251
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3033 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1795 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1795 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.251
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4780 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.251
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5135 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1190
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.251
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5509 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.251
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1793) |
0.250
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 333 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1878) |
0.250
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2002 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1331 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1331 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.250
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2069 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1229 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1229 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.250
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2168 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1571 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1571 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.250
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2348 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1917 AND `id_shop` = 1 |
0.250
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2789 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1883 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.250
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2893 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1639
ORDER BY f.position ASC |
0.250
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3596 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1856
ORDER BY f.position ASC |
0.250
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4437 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1255 LIMIT 1 |
0.250
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4452 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.250
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4599 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1893 |
0.250
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4660 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.250
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4884 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1851 LIMIT 1 |
0.250
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5529 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.250
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5573 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.250
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5616 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1098 |
0.250
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5667 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.250
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 890 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.250
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2746 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 640 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.250
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4627 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.250
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5382 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.250
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5411 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.250
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5546 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 86 LIMIT 1 |
0.250
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE 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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1782) |
0.249
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 725 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1518 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.249
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1909 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.249
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2388 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1798 AND `id_shop` = 1 |
0.249
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3204 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1905) |
0.249
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3374 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1477) |
0.249
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4063 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1190) AND (b.`id_shop` = 1) LIMIT 1 |
0.249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4395 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.249
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5308 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.249
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5444 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.249
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5496 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.249
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 490 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1812
ORDER BY f.position ASC |
0.249
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 591 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1727 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.249
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 977 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1535
AND image_shop.`cover` = 1 LIMIT 1 |
0.249
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1203 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1613) |
0.249
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1768 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1569
AND image_shop.`cover` = 1 LIMIT 1 |
0.249
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2245 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 607 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 607 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.249
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4531 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.249
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4757 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.249
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5013 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.249
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5032 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.249
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5592 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.249
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2636 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.248
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3246 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1127) |
0.248
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4879 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.248
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 388 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1873
AND image_shop.`cover` = 1 LIMIT 1 |
0.248
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1234 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.248
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1488 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 929) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.248
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2412 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1389 AND `id_shop` = 1 |
0.248
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2570 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.248
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2873 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 534
ORDER BY f.position ASC |
0.248
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2937 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1854) AND (b.`id_shop` = 1) LIMIT 1 |
0.248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3458 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1299 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1299 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.248
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4561 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.248
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4657 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.248
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4719 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.248
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4846 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.248
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4999 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.248
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5195 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "outofstock"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.248
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:206 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5211 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.248
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5216 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.248
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5531 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.248
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5679 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.248
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 24) LIMIT 1 |
0.247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:777 (__construct)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 206 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1797) |
0.247
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 245 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 603) |
0.247
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1322 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1424) |
0.247
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1328 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1886
AND image_shop.`cover` = 1 LIMIT 1 |
0.247
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1974 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1330
AND image_shop.`cover` = 1 LIMIT 1 |
0.247
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1987 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1330
ORDER BY f.position ASC |
0.247
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2059 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 804 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 804 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.247
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2119 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1473
ORDER BY f.position ASC |
0.247
ms
|
21 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2232 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1139 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1139 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.247
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2929 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1450
ORDER BY f.position ASC |
0.247
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2954 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1854
ORDER BY f.position ASC |
0.247
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3387 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1627) |
0.247
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3644 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1332
ORDER BY f.position ASC |
0.247
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4432 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.247
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4758 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.247
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4781 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.247
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4807 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.247
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4967 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.247
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4981 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.247
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4983 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 1894 LIMIT 1 |
0.247
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5075 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1627
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.247
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5322 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.247
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4753 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "onsale"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.247
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:362 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:147 (keySaleExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1099 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1640
ORDER BY f.position ASC |
0.246
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2136 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1621
ORDER BY f.position ASC |
0.246
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2545 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.246
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3662 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1445 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.246
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4391 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.246
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4559 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.246
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4662 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.246
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4778 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.246
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4820 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.246
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4945 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.246
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4971 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.246
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5362 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1154 |
0.246
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5479 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.246
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5507 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.246
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5555 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.246
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5577 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1098
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.246
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1006 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.246
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1111 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1692 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1692 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.246
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1148 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1860) |
0.246
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1275 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1540
AND image_shop.`cover` = 1 LIMIT 1 |
0.246
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1590 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.246
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2123 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1426 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1426 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.246
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2302 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1698
ORDER BY f.position ASC |
0.246
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4250 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1796
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.246
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4316 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitcountdown" LIMIT 1 |
0.246
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:243 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4359 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1871 AND `id_cart` = 0 LIMIT 1 |
0.246
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4815 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.246
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE 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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1395) |
0.245
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1648
AND image_shop.`cover` = 1 LIMIT 1 |
0.245
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 320 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1005) |
0.245
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 418 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1184
AND image_shop.`cover` = 1 LIMIT 1 |
0.245
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 772 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1518 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1518 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.245
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 956 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.245
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1603 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.245
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2082 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 809
ORDER BY f.position ASC |
0.245
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2113 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1426) AND (b.`id_shop` = 1) LIMIT 1 |
0.245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2834 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1845
ORDER BY f.position ASC |
0.245
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2953 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1812 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1812 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.245
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3120 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.245
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4756 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.245
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4808 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.245
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4824 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 702 LIMIT 1 |
0.245
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4961 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1894 AND `id_cart` = 0 LIMIT 1 |
0.245
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5347 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.245
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5620 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.245
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE 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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1294) |
0.245
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 642 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1229 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1229 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.245
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 794 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1518 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1518 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.245
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2060 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1229 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1229 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.245
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2932 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1184 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1184 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.245
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5002 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.245
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5408 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.245
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 191 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1499) |
0.244
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2988 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1077 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1077 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.244
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4976 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "onsale"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.244
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:362 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:147 (keySaleExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5012 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.244
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5321 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.244
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1154 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1351
AND image_shop.`cover` = 1 LIMIT 1 |
0.244
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1684 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1863
AND `required` = 1 AND `is_deleted` = 0 |
0.244
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2246 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 607
ORDER BY f.position ASC |
0.244
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2848 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1043
ORDER BY f.position ASC |
0.244
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2989 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1078
ORDER BY f.position ASC |
0.244
ms
|
21 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3037 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1795 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1795 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.244
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3078 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1892
ORDER BY f.position ASC |
0.244
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3974 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1528 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1528 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.244
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4304 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.244
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4309 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.244
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4398 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.244
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4671 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1906 |
0.244
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4942 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.244
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5266 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.244
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5275 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.244
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5446 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.244
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5448 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.244
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5463 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1885 |
0.244
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5508 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.244
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2216 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1139 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1139 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.243
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2541 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1328 LIMIT 1 |
0.243
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4789 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.243
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5240 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.243
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5441 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.243
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5656 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.243
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.243
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 369 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1872
AND image_shop.`cover` = 1 LIMIT 1 |
0.243
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 403 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1874
AND image_shop.`cover` = 1 LIMIT 1 |
0.243
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 728 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1518 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1518 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.243
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 941 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 601
ORDER BY f.position ASC |
0.243
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1098 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1640 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1640 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.243
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1642 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.243
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1726 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1495
AND `required` = 1 AND `is_deleted` = 0 |
0.243
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2094 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1426 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1426 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.243
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2117 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1229 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1229 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.243
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2451 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1471 AND `id_shop` = 1 |
0.243
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4434 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.243
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4560 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.243
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4595 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.243
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4722 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.243
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4907 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.243
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5253 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1153 LIMIT 1 |
0.243
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5282 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.243
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5459 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1885) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.243
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5483 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.243
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5486 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1885 |
0.243
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5565 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.243
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5630 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.243
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5632 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.243
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4463 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.242
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5028 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.242
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 346 |
SELECT SQL_NO_CACHE 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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1879) |
0.242
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2510 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1327 LIMIT 1 |
0.242
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2514 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.242
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2651 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1747
AND image_shop.`cover` = 1 LIMIT 1 |
0.242
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2814 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1883
ORDER BY f.position ASC |
0.242
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4198 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.242
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4501 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.242
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4618 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.242
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4628 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.242
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4690 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.242
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4847 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.242
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5221 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.242
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5510 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.242
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE 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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1903) |
0.241
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1370 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1866
AND image_shop.`cover` = 1 LIMIT 1 |
0.241
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1738 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1568 AND `id_shop` = 1 |
0.241
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2017 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1668 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1668 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.241
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2169 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1830 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1830 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.241
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4010 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 86 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 86 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.241
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4409 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1892 |
0.241
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4438 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1255 |
0.241
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4532 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.241
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4692 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.241
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4919 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1851 |
0.241
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4995 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.241
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5310 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.241
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5480 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.241
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5542 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.241
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2213 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1118 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1118 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.241
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2333 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1864 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1864 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.241
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3064 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1123 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1123 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.241
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4557 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.241
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4605 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1893 |
0.241
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5482 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.241
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 816 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1518 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1518 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.240
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1021 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.240
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1540 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1696 LIMIT 1 |
0.240
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2568 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1793 LIMIT 1 |
0.240
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2638 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1745
AND image_shop.`cover` = 1 LIMIT 1 |
0.240
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3077 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1892 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1892 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.240
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3134 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1893
AND image_shop.`cover` = 1 LIMIT 1 |
0.240
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4321 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1871 |
0.240
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4357 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1871 |
0.240
ms
|
1 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4401 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.240
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4466 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.240
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4521 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.240
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4646 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.240
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4680 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.240
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4731 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1023 |
0.240
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4948 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.240
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5000 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.240
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5316 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.240
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5419 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.240
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5453 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1885
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.240
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5600 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.240
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5633 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.240
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5649 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1748 |
0.240
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1153 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.240
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1452 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1533
AND image_shop.`cover` = 1 LIMIT 1 |
0.240
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1466 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 931
AND image_shop.`cover` = 1 LIMIT 1 |
0.240
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2135 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1621 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1621 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.240
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4286 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1796 |
0.240
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4612 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.240
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4855 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=702 |
0.240
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4900 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.240
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4912 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.240
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1399 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.239
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2286 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1385 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1385 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.239
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4431 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.239
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4498 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.239
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4519 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.239
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4816 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.239
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4906 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.239
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4947 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.239
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5547 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 86
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.239
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5597 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.239
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1826
AND image_shop.`cover` = 1 LIMIT 1 |
0.239
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1047 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1895 AND `id_shop` = 1 |
0.239
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1767 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.239
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2367 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 392 LIMIT 1 |
0.239
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2997 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 941 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 941 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.239
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3420 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 28
ORDER BY f.position ASC |
0.239
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4661 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.239
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4712 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.239
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4763 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1553 LIMIT 1 |
0.239
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4818 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.239
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4821 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.239
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4980 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.239
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5005 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.239
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5035 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.239
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5348 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.239
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5392 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1299 LIMIT 1 |
0.239
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5437 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.239
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 750 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1518 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1518 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.238
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1699 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.238
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2872 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1123 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1123 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.238
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4453 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.238
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4500 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.238
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4675 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.238
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4825 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=702 |
0.238
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4845 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.238
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4997 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.238
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 24) AND (b.`id_shop` = 1) LIMIT 1 |
0.238
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 336
AND image_shop.`cover` = 1 LIMIT 1 |
0.238
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 503 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 728
ORDER BY f.position ASC |
0.238
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1209 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1397
AND image_shop.`cover` = 1 LIMIT 1 |
0.238
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1547 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.238
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1926 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.238
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2258 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1565 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1565 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.238
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2727 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.238
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2928 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1184 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1184 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.238
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3034 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1796
ORDER BY f.position ASC |
0.238
ms
|
21 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3419 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 28 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 28 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.238
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3606 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 19, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1332 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.238
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4433 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.238
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4468 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.238
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4496 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.238
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4504 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 852 LIMIT 1 |
0.238
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4550 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.238
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4623 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.238
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4631 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1906 LIMIT 1 |
0.238
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4849 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.238
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4899 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.238
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4946 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.238
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4966 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.238
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5314 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.238
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5343 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.238
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5476 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.238
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5498 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.238
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5653 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.238
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4465 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.237
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 592 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1727) |
0.237
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1288 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1839
AND image_shop.`cover` = 1 LIMIT 1 |
0.237
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1867 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.237
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2031 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1556
ORDER BY f.position ASC |
0.237
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2790 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1883) |
0.237
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2906 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1174
ORDER BY f.position ASC |
0.237
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3010 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1193 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1193 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.237
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3060 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1123 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1123 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.237
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3061 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1868 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1868 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.237
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3172 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1906
AND image_shop.`cover` = 1 LIMIT 1 |
0.237
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3336 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1262) |
0.237
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3371 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1477
AND image_shop.`cover` = 1 LIMIT 1 |
0.237
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3472 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1885
ORDER BY f.position ASC |
0.237
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4484 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.237
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4485 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.237
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4543 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 852 AND `id_cart` = 0 LIMIT 1 |
0.237
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4554 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.237
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4566 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1893) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.237
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4611 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.237
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4691 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.237
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4838 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.237
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4878 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.237
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4925 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1851 |
0.237
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4982 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.237
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5006 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.237
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5391 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1299
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.237
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5447 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.237
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5534 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.237
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5578 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1098 LIMIT 1 |
0.237
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5591 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.237
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5683 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.237
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 302 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.236
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 431 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1293
AND image_shop.`cover` = 1 LIMIT 1 |
0.236
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2095 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1426
ORDER BY f.position ASC |
0.236
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2184 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1728) AND (b.`id_shop` = 1) LIMIT 1 |
0.236
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3011 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1193
ORDER BY f.position ASC |
0.236
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3410 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 28
AND image_shop.`cover` = 1 LIMIT 1 |
0.236
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3484 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 86 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 86 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.236
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3529 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1748
ORDER BY f.position ASC |
0.236
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3679 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1445
ORDER BY f.position ASC |
0.236
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3935 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1830 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1830 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.236
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4394 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.236
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4467 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.236
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4499 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.236
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4522 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.236
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4726 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.236
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5114 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.236
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5323 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.236
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5385 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.236
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5606 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.236
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5623 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.236
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1518 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1518 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.236
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4497 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.236
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4697 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1023 |
0.236
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4910 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.236
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 599 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1727
ORDER BY f.position ASC |
0.235
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3932 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1830 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1830 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.235
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4066 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 28) AND (b.`id_shop` = 1) LIMIT 1 |
0.235
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4469 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.235
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4696 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1023 LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4810 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.235
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4973 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.235
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5249 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.235
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5345 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.235
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5418 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.235
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5512 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.235
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5596 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.235
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 127 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1395
AND image_shop.`cover` = 1 LIMIT 1 |
0.235
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 516 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1178
ORDER BY f.position ASC |
0.235
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 612 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1840
ORDER BY f.position ASC |
0.235
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 666 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 928
ORDER BY f.position ASC |
0.235
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2081 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 809 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 809 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.235
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3471 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1885 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1885 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.235
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4298 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.235
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4779 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.235
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5149 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.235
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5223 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.235
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5532 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.235
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5602 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.235
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5668 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.235
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2036 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1306) AND (b.`id_shop` = 1) LIMIT 1 |
0.234
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2048 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 804) AND (b.`id_shop` = 1) LIMIT 1 |
0.234
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2271 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1567 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1567 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.234
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2728 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 597
AND image_shop.`cover` = 1 LIMIT 1 |
0.234
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2847 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1043 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1043 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.234
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4404 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.234
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4459 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.234
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4528 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.234
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4811 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.234
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4819 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.234
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4841 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.234
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4894 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1851 AND `id_cart` = 0 LIMIT 1 |
0.234
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4940 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.234
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5357 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.234
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5375 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.234
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5499 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.234
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5511 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.234
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5544 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.234
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5629 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.234
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5634 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.234
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 970 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.234
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 991 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.234
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2141 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1669) AND (b.`id_shop` = 1) LIMIT 1 |
0.234
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2596 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.234
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2725 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1648 LIMIT 1 |
0.234
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3342 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1894
AND image_shop.`cover` = 1 LIMIT 1 |
0.234
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4296 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.234
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4493 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.234
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4518 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.234
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4621 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "onsale"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.234
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:362 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:147 (keySaleExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4656 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "onsale"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.234
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:362 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:147 (keySaleExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4782 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.234
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5085 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.234
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5414 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.234
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5417 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.234
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5430 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1299 |
0.234
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5456 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1885) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.234
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5659 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.234
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 652 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1229 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1229 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.233
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1893 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.233
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2217 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1727 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1727 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.233
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4553 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.233
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5250 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.233
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5401 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1299 |
0.233
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5413 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.233
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 330 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1878
AND image_shop.`cover` = 1 LIMIT 1 |
0.233
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 903 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.233
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1451 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.233
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1816 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.233
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1846 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1165 LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1879 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1916
AND `required` = 1 AND `is_deleted` = 0 |
0.233
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2483 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.233
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2767 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1142
ORDER BY f.position ASC |
0.233
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4265 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.233
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4488 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.233
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4494 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "onsale"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.233
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:362 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:147 (keySaleExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4625 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.233
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4850 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.233
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5492 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1885 |
0.233
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5535 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.233
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5562 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.233
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5568 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.233
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5603 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.233
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3950 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1426 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1426 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.232
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5374 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.232
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 24) AND (b.`id_shop` = 1) LIMIT 1 |
0.232
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1716
AND image_shop.`cover` = 1 LIMIT 1 |
0.232
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 529 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1792
ORDER BY f.position ASC |
0.232
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 583 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 350 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 350 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.232
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 598 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1727 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1727 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.232
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 680 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1530
ORDER BY f.position ASC |
0.232
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 748 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1237
ORDER BY f.position ASC |
0.232
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 755 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1238) AND (b.`id_shop` = 1) LIMIT 1 |
0.232
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 829 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1805
ORDER BY f.position ASC |
0.232
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 917 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.232
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2320 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1621) AND (b.`id_shop` = 1) LIMIT 1 |
0.232
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2739 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 597
ORDER BY f.position ASC |
0.232
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2753 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 640 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 640 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.232
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2820 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1879 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1879 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.232
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2865 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1123) AND (b.`id_shop` = 1) LIMIT 1 |
0.232
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3384 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1627
AND image_shop.`cover` = 1 LIMIT 1 |
0.232
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3549 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1573
ORDER BY f.position ASC |
0.232
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3895 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1795 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1795 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.232
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4292 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1796 |
0.232
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4311 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.232
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4455 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.232
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4491 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.232
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4551 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.232
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4788 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.232
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4939 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.232
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4953 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1894) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4970 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.232
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5217 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.232
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5242 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.232
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5378 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.232
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5478 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.232
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5685 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.232
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.231
ms
|
1 |
|
|
/classes/shop/Shop.php:218
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 112 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.231
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 317 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1005
AND image_shop.`cover` = 1 LIMIT 1 |
0.231
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 528 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1792 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1792 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.231
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 611 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1840 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1840 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.231
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 792 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1239
ORDER BY f.position ASC |
0.231
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1169 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1624
AND image_shop.`cover` = 1 LIMIT 1 |
0.231
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1423 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.231
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1539 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1693 LIMIT 1 |
0.231
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1796 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1505 LIMIT 1 |
0.231
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1992 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1331) AND (b.`id_shop` = 1) LIMIT 1 |
0.231
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2207 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1727) AND (b.`id_shop` = 1) LIMIT 1 |
0.231
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2233 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1727 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1727 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.231
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2738 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 597 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 597 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.231
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2754 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 640
ORDER BY f.position ASC |
0.231
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2780 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 941 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 941 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.231
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2905 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1174 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1174 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.231
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3065 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1868 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1868 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.231
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3433 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1153
ORDER BY f.position ASC |
0.231
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4403 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.231
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4405 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.231
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4472 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1255 |
0.231
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4505 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=852 |
0.231
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4548 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.231
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4615 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.231
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4715 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.231
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4790 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.231
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4881 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.231
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5034 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.231
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5198 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 28
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.231
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5246 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.231
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5272 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.231
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5311 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.231
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5320 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.231
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5387 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.231
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5475 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.231
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5543 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.231
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5572 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.231
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5574 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.231
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5669 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.231
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 726 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1518) |
0.231
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2892 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1639 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1639 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.231
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4885 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1851 |
0.231
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5545 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.231
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1486
AND image_shop.`cover` = 1 LIMIT 1 |
0.230
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 451 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.230
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 557 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1795 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1795 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.230
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 571 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 447
ORDER BY f.position ASC |
0.230
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1518 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1518 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.230
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 770 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1238
ORDER BY f.position ASC |
0.230
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1972 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1329
AND `required` = 1 AND `is_deleted` = 0 |
0.230
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2702 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.230
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2911 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1450) AND (b.`id_shop` = 1) LIMIT 1 |
0.230
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3210 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1023
AND image_shop.`cover` = 1 LIMIT 1 |
0.230
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3915 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 69 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 69 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.230
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4242 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.230
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4307 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.230
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4380 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1892 |
0.230
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4512 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=852 |
0.230
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4541 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=852 |
0.230
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4771 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1553 |
0.230
ms
|
1 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4814 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "onsale"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.230
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:362 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:147 (keySaleExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4877 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.230
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5145 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.230
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5279 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.230
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5304 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1153 |
0.230
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5319 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.230
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5329 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1154
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.230
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5636 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.230
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5695 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.230
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1797
AND image_shop.`cover` = 1 LIMIT 1 |
0.230
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1793
AND image_shop.`cover` = 1 LIMIT 1 |
0.230
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1561 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.230
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2371 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1916 LIMIT 1 |
0.230
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2839 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1043) AND (b.`id_shop` = 1) LIMIT 1 |
0.230
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4312 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.230
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4937 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.230
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5061 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.230
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5176 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1190 AND `id_cart` = 0 LIMIT 1 |
0.230
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5346 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.230
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5443 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.230
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5472 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.230
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5662 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.230
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5691 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.230
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 114 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1782
AND image_shop.`cover` = 1 LIMIT 1 |
0.229
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 889 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1693
AND `required` = 1 AND `is_deleted` = 0 |
0.229
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 955 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1222
AND `required` = 1 AND `is_deleted` = 0 |
0.229
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1677 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1841 LIMIT 1 |
0.229
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2812 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1879 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1879 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.229
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4527 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.229
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4727 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.229
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4839 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.229
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5089 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.229
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5179 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.229
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5213 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.229
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5224 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.229
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5618 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1098 AND `id_cart` = 0 LIMIT 1 |
0.229
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5628 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.229
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 653 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1792 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1792 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.229
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2155 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1571) AND (b.`id_shop` = 1) LIMIT 1 |
0.229
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3304 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1851
AND image_shop.`cover` = 1 LIMIT 1 |
0.229
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3643 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1331 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1331 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.229
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4072 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1154) AND (b.`id_shop` = 1) LIMIT 1 |
0.229
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4848 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.229
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4904 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.229
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5277 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.229
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5349 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.229
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5381 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.229
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5393 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1299 |
0.229
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5541 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.229
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5548 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=86 |
0.229
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5579 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1098 |
0.229
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 304 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1903
AND image_shop.`cover` = 1 LIMIT 1 |
0.228
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1880
AND image_shop.`cover` = 1 LIMIT 1 |
0.228
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 643 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1792 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1792 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.228
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 719 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1236
ORDER BY f.position ASC |
0.228
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2766 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1142 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1142 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.228
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4069 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1153) AND (b.`id_shop` = 1) LIMIT 1 |
0.228
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4282 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.228
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4308 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "onsale"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.228
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:362 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:147 (keySaleExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4406 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.228
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4723 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.228
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4852 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.228
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5158 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.228
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5178 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.228
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5416 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.228
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5682 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.228
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 679 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1530 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1530 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.228
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 814 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1240
ORDER BY f.position ASC |
0.228
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2197 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1118) AND (b.`id_shop` = 1) LIMIT 1 |
0.228
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3016 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1796) AND (b.`id_shop` = 1) LIMIT 1 |
0.228
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4478 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1255 |
0.228
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4556 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.228
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4817 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.228
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5057 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.228
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5124 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.228
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5222 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.228
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5254 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1153 |
0.228
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5269 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.228
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5564 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.228
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 542 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1827
ORDER BY f.position ASC |
0.227
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3708 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1250
ORDER BY f.position ASC |
0.227
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4393 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.227
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5001 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.227
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5060 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.227
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1499
AND image_shop.`cover` = 1 LIMIT 1 |
0.227
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 502 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 728 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 728 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.227
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 515 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1178 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1178 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.227
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 828 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1805 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1805 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.227
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 930 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.227
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1369 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.227
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2161 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1830) AND (b.`id_shop` = 1) LIMIT 1 |
0.227
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2527 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1914 AND `id_shop` = 1 |
0.227
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2811 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1878 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1878 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.227
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2924 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1184) AND (b.`id_shop` = 1) LIMIT 1 |
0.227
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2961 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1078) AND (b.`id_shop` = 1) LIMIT 1 |
0.227
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3598 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1830 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1830 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.227
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3682 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1385 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1385 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.227
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3927 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 171 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 171 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.227
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3953 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1426 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1426 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.227
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4280 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.227
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4315 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.227
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4445 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1255 |
0.227
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4456 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.227
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4464 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.227
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4525 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.227
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4547 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.227
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4617 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.227
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4714 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.227
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4791 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.227
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4914 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.227
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4938 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.227
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5058 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.227
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5088 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.227
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5324 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.227
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5368 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1154 |
0.227
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5388 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.227
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5439 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.227
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5540 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.227
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5560 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.227
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5587 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1098 |
0.227
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5622 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.227
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1294
AND image_shop.`cover` = 1 LIMIT 1 |
0.226
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 541 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1827 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1827 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.226
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 570 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 447 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 447 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.226
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 644 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1232
ORDER BY f.position ASC |
0.226
ms
|
21 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 813 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1518 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1518 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.226
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2821 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1880 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1880 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.226
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3029 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1795) AND (b.`id_shop` = 1) LIMIT 1 |
0.226
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3575 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1884
ORDER BY f.position ASC |
0.226
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3595 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1830 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1830 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.226
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4014 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1098 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1098 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.226
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4299 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.226
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4322 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1871) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.226
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4396 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.226
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4397 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.226
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4624 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.226
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4693 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.226
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4717 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.226
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4718 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.226
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4785 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "onsale"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.226
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:362 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:147 (keySaleExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4787 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.226
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4901 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.226
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4913 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.226
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4915 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.226
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4979 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.226
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5040 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.226
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5214 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.226
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5261 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1153 |
0.226
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5317 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.226
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5377 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.226
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5440 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.226
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5538 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.226
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 343 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1879
AND image_shop.`cover` = 1 LIMIT 1 |
0.226
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 694 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 595
ORDER BY f.position ASC |
0.226
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4313 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.226
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5105 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 1627 LIMIT 1 |
0.226
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5148 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.226
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5268 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.226
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5358 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.226
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 85 |
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 36) LIMIT 1 |
0.225
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 693 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 595 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 595 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.225
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 844 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1660
ORDER BY f.position ASC |
0.225
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 976 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.225
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2715 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1704 AND `id_shop` = 1 |
0.225
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3146 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1893 AND `id_shop` = 1 |
0.225
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3652 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1328 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1328 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.225
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4658 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.225
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4659 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.225
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4876 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.225
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4941 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "onsale"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.225
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:362 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:147 (keySaleExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4998 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.225
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5010 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.225
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5016 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1477 LIMIT 1 |
0.225
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5042 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.225
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5199 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 28 LIMIT 1 |
0.225
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5245 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.225
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5271 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.225
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1497 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 928 LIMIT 1 |
0.225
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4264 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.225
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4462 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "onsale"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.225
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:362 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:147 (keySaleExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4927 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1851 AND `id_cart` = 0 LIMIT 1 |
0.225
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5073 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.225
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 665 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 928 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 928 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.224
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1220 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1397
AND `required` = 1 AND `is_deleted` = 0 |
0.224
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1436 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.224
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1827 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1671 AND `id_shop` = 1 |
0.224
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2496 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1912 AND `id_shop` = 1 |
0.224
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2558 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1794 AND `id_shop` = 1 |
0.224
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3253 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1553
AND image_shop.`cover` = 1 LIMIT 1 |
0.224
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3548 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1573 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1573 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.224
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3650 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1326 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1326 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.224
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3707 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1250 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1250 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.224
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3970 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 171 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 171 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.224
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4229 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.224
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4310 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.224
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4614 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.224
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5007 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "onsale"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.224
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:362 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:147 (keySaleExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5044 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.224
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5092 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.224
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5359 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.224
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5686 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.224
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1499 LIMIT 1 |
0.224
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1698 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1564
AND `required` = 1 AND `is_deleted` = 0 |
0.224
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1956 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1328
AND `required` = 1 AND `is_deleted` = 0 |
0.224
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3528 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1747 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1747 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.224
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4075 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1299) AND (b.`id_shop` = 1) LIMIT 1 |
0.224
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4721 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "onsale"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.224
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:362 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:147 (keySaleExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4728 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.224
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4851 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.224
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4916 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.224
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4972 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.224
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5278 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.224
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5635 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.224
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 173 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 736
AND image_shop.`cover` = 1 LIMIT 1 |
0.223
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 791 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1518 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1518 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 843 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1660 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1660 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 990 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1535
AND `required` = 1 AND `is_deleted` = 0 |
0.223
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1274 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.223
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2374 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1917
AND `required` = 1 AND `is_deleted` = 0 |
0.223
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2664 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.223
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3897 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1795 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1795 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4480 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1255 AND `id_cart` = 0 LIMIT 1 |
0.223
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4524 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.223
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4792 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.223
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5118 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.223
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5274 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.223
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 558 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1795
ORDER BY f.position ASC |
0.223
ms
|
21 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 718 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1518 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1518 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1759 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 461 LIMIT 1 |
0.223
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1778 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1569 AND `id_shop` = 1 |
0.223
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2339 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1917 LIMIT 1 |
0.223
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2431 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 676 LIMIT 1 |
0.223
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3574 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1884 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1884 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4330 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1871 AND `id_cart` = 0 LIMIT 1 |
0.223
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4402 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.223
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4909 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "onsale"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.223
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:362 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:147 (keySaleExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4991 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1894 |
0.223
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5235 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 28 AND `id_cart` = 0 LIMIT 1 |
0.223
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5330 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1154 LIMIT 1 |
0.223
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5383 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.223
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5384 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.223
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 402 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.222
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1067 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1812 LIMIT 1 |
0.222
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1575 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1645 AND `id_shop` = 1 |
0.222
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2781 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 941
ORDER BY f.position ASC |
0.222
ms
|
21 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3651 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1327 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1327 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.222
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4260 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "new"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.222
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:328 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:101 (keyNewExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4314 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.222
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4415 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1892 |
0.222
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4739 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1023 AND `id_cart` = 0 LIMIT 1 |
0.222
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4832 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=702 |
0.222
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5031 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.222
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5041 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.222
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5043 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.222
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5166 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 1190 LIMIT 1 |
0.222
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5380 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.222
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 89 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 19
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('1004' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '1004')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.221
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3952 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5726 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 584 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 350
ORDER BY f.position ASC |
0.221
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1856 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.221
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2202 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1139) AND (b.`id_shop` = 1) LIMIT 1 |
0.221
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2813 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1880 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1880 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.221
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2975 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 941) AND (b.`id_shop` = 1) LIMIT 1 |
0.221
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3526 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1745 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1745 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.221
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3534 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1745 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1745 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.221
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3640 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1328 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1328 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.221
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3965 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1262 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1262 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.221
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4197 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1193 |
0.221
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4201 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.221
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4232 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.221
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4273 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.221
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4294 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1796 AND `id_cart` = 0 LIMIT 1 |
0.221
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4461 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.221
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4569 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1893 |
0.221
ms
|
6 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:95 (getCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4795 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1553 |
0.221
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5017 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1477 |
0.221
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5106 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1627
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.221
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5117 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "tag"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.221
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:192 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:108 (keyTagExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5121 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.221
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5182 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.221
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5331 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1154 |
0.221
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5458 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1885) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.221
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5561 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.221
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1233 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1828
AND `required` = 1 AND `is_deleted` = 0 |
0.221
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.220
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1129 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1840) AND (b.`id_shop` = 1) LIMIT 1 |
0.220
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1615 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1325 AND `id_shop` = 1 |
0.220
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1908 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1830
AND `required` = 1 AND `is_deleted` = 0 |
0.220
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2650 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.220
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3445 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1154 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1154 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.220
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4279 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.220
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4399 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.220
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5037 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.220
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5095 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.220
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5665 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.220
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5698 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.220
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 417 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.220
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3133 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.220
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4400 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.220
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4784 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.220
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5119 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.220
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5570 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.220
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5661 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.220
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1641 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1325
AND `required` = 1 AND `is_deleted` = 0 |
0.219
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3446 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1154
ORDER BY f.position ASC |
0.219
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4022 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1745 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1745 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4190 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1193 |
0.219
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4202 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.219
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4956 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1894 |
0.219
ms
|
6 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:95 (getCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5004 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.219
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5024 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1477 |
0.219
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5101 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.219
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5285 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.219
ms
|
88 |
|
|
/classes/Hook.php:290
/classes/Hook.php:321 (getAllHookAliases)
/classes/Hook.php:749 (getHookAliasesFor)
/classes/Hook.php:848 (getHookModuleExecList)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5296 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1153
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5567 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.219
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5593 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.219
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 401 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1873
AND `required` = 1 AND `is_deleted` = 0 |
0.219
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1033 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1804
AND `required` = 1 AND `is_deleted` = 0 |
0.219
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1395 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1804 LIMIT 1 |
0.219
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1520 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1697 AND `id_shop` = 1 |
0.219
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3432 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1153 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1153 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3498 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1098
ORDER BY f.position ASC |
0.219
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4720 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.219
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5339 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1154 |
0.219
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5465 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1885 AND `id_cart` = 0 LIMIT 1 |
0.219
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5599 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.219
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 430 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.218
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1634 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1660 LIMIT 1 |
0.218
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2438 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1389
AND `required` = 1 AND `is_deleted` = 0 |
0.218
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3903 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1123 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1123 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4093 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) LIMIT 1 |
0.218
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4737 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1023 |
0.218
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5098 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.218
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5554 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=86 |
0.218
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1465 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.218
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1866 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1191
AND `required` = 1 AND `is_deleted` = 0 |
0.218
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1903 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1830 LIMIT 1 |
0.218
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3459 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1299
ORDER BY f.position ASC |
0.218
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3941 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1127 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1127 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4268 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.218
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5033 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.218
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5155 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.218
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5227 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=28 |
0.218
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5403 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1299 AND `id_cart` = 0 LIMIT 1 |
0.218
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5537 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.218
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5639 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1748
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5009 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.217
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 20 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.217
ms
|
1 |
|
|
/classes/module/Module.php:2046
/classes/Hook.php:935 (getExceptionsStatic)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.217
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1208 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.217
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1763 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1574 LIMIT 1 |
0.217
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2513 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1912
AND `required` = 1 AND `is_deleted` = 0 |
0.217
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2799 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1878) AND (b.`id_shop` = 1) LIMIT 1 |
0.217
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3041 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1871) AND (b.`id_shop` = 1) LIMIT 1 |
0.217
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3370 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.217
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3962 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1262 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1262 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.217
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4704 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1023 |
0.217
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4861 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=702 |
0.217
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5070 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.217
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5100 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.217
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5103 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.217
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5181 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.217
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5525 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=86 |
0.217
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5678 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1748 |
0.217
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1068 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1868 LIMIT 1 |
0.216
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1287 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.216
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1319 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1294 LIMIT 1 |
0.216
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1802 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1569
AND `required` = 1 AND `is_deleted` = 0 |
0.216
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1853 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1671
AND `required` = 1 AND `is_deleted` = 0 |
0.216
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1892 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1056
AND `required` = 1 AND `is_deleted` = 0 |
0.216
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2582 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1359
AND `required` = 1 AND `is_deleted` = 0 |
0.216
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2627 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1365 LIMIT 1 |
0.216
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2677 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1870 AND `id_shop` = 1 |
0.216
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3025 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1796) LIMIT 1 |
0.216
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3562 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1189
ORDER BY f.position ASC |
0.216
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3973 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 171 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 171 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.216
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4018 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1745 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1745 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.216
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4207 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.216
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4607 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1893 AND `id_cart` = 0 LIMIT 1 |
0.216
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4978 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.216
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5094 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.216
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5298 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1153 |
0.216
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5689 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.216
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.215
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 916 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1762
AND `required` = 1 AND `is_deleted` = 0 |
0.215
ms
|
3 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1152 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1862
AND `required` = 1 AND `is_deleted` = 0 |
0.215
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3112 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 69 LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3164 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 171 LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3202 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1905 LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3291 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 702
AND image_shop.`cover` = 1 LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3409 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.215
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3485 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 86
ORDER BY f.position ASC |
0.215
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3916 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1178 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1178 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3944 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 447 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 447 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3951 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1552 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1552 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4233 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.215
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4283 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.215
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4352 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1871) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4574 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1893 AND `id_cart` = 0 LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5127 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.215
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5152 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.215
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5204 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 28 |
0.215
ms
|
5 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:95 (getCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5569 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.215
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5631 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.215
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5664 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.215
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3497 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1098 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1098 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4281 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.215
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4387 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1892 |
0.215
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5457 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1885) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5517 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=86 |
0.215
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 368 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.214
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 671 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1530) AND (b.`id_shop` = 1) LIMIT 1 |
0.214
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3209 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.214
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3303 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.214
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3396 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.214
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4211 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.214
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4215 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.214
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4903 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.214
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5036 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.214
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5067 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.214
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5104 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.214
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5566 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.214
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2482 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1746
AND `required` = 1 AND `is_deleted` = 0 |
0.214
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3535 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1746 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1746 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.214
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3946 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1165 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1165 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.214
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4210 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.214
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4274 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.214
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4514 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 852 AND `id_cart` = 0 LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4908 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.214
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4911 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.214
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5003 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.214
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5039 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.214
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5102 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.214
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5197 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 1 LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/Supplier.php:243
/classes/Product.php:735 (getNameById)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1168 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.213
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3928 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1812 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1812 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3994 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1153 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1153 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4057 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1477) AND (b.`id_shop` = 1) LIMIT 1 |
0.213
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4221 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1193
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4236 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.213
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4773 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1553 AND `id_cart` = 0 LIMIT 1 |
0.213
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4798 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1553) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.213
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5096 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.213
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5233 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=28 |
0.213
ms
|
1 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 200 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.213
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 342 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.213
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 617 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1232) AND (b.`id_shop` = 1) LIMIT 1 |
0.213
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1300 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1839 AND `id_shop` = 1 |
0.213
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1511 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1697 LIMIT 1 |
0.213
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1713 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1137
AND `required` = 1 AND `is_deleted` = 0 |
0.213
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3244 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1127 LIMIT 1 |
0.213
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3290 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.213
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3653 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1329 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1329 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3913 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1178 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1178 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4245 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.213
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4764 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1553 |
0.213
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5130 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.213
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5207 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=28 |
0.213
ms
|
1 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5640 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1748 LIMIT 1 |
0.213
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5641 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1748 |
0.213
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5688 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.213
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 267 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.212
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1506 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 931
AND `required` = 1 AND `is_deleted` = 0 |
0.212
ms
|
3 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3536 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1747 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1747 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4251 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1796 LIMIT 1 |
0.212
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5071 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.212
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.212
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:381 (getImagesTypes)
/classes/controller/FrontController.php:1627 (getNoPictureImage)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 547 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1795) AND (b.`id_shop` = 1) LIMIT 1 |
0.212
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 975 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1518
AND `required` = 1 AND `is_deleted` = 0 |
0.212
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1145 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1840 LIMIT 1 |
0.212
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1320 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1424 LIMIT 1 |
0.212
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1560 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 737
AND `required` = 1 AND `is_deleted` = 0 |
0.212
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1635 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1818 LIMIT 1 |
0.212
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1945 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1328 LIMIT 1 |
0.212
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2416 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 676) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.212
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2595 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 596
AND `required` = 1 AND `is_deleted` = 0 |
0.212
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2635 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 912
AND `required` = 1 AND `is_deleted` = 0 |
0.212
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3171 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.212
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3940 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 447 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 447 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4204 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.212
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4276 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "onsale"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.212
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:362 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:147 (keySaleExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5068 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.212
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5097 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.212
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5136 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1190 LIMIT 1 |
0.212
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5162 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.212
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5185 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.212
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5306 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1153 AND `id_cart` = 0 LIMIT 1 |
0.212
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 95 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1114
AND `required` = 1 AND `is_deleted` = 0 |
0.211
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.211
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.211
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 969 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1497
AND `required` = 1 AND `is_deleted` = 0 |
0.211
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1895 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 5
AND cl.id_shop = 1
AND cl.`id_category` = 15 LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5658 (getLinkRewrite)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2413 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1389) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2435 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1556 LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2466 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1471
AND `required` = 1 AND `is_deleted` = 0 |
0.211
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2695 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1848 LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2861 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 534) LIMIT 1 |
0.211
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3155 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1812) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3341 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.211
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3561 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1189 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1189 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.211
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3936 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1905 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1905 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.211
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4189 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1193 LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4214 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "brand"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.211
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:170 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4246 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.211
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4473 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1255) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5059 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.211
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5069 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.211
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5072 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.211
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5077 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1627 |
0.211
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5091 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.211
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5200 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=28 |
0.211
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5516 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 86 LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1020 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1538
AND `required` = 1 AND `is_deleted` = 0 |
0.210
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1766 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1568
AND `required` = 1 AND `is_deleted` = 0 |
0.210
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1815 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1364
AND `required` = 1 AND `is_deleted` = 0 |
0.210
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1925 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1326
AND `required` = 1 AND `is_deleted` = 0 |
0.210
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3900 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1123 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1123 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3908 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1892 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1892 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3912 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 69 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 69 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3971 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1528 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1528 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4205 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.210
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4993 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1894 AND `id_cart` = 0 LIMIT 1 |
0.210
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5129 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.210
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5131 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "supplier"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.210
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:178 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5187 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.210
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.210
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1450 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1813
AND `required` = 1 AND `is_deleted` = 0 |
0.210
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2946 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1854) LIMIT 1 |
0.210
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3655 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1331 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1331 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5063 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.210
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1125 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1862) LIMIT 1 |
0.209
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1181 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1624 AND `id_shop` = 1 |
0.209
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1359 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1873 LIMIT 1 |
0.209
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1498 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 929 LIMIT 1 |
0.209
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1546 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1697
AND `required` = 1 AND `is_deleted` = 0 |
0.209
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1589 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1645
AND `required` = 1 AND `is_deleted` = 0 |
0.209
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2106 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1473) LIMIT 1 |
0.209
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2544 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1914
AND `required` = 1 AND `is_deleted` = 0 |
0.209
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2649 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1745
AND `required` = 1 AND `is_deleted` = 0 |
0.209
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3982 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1627 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1627 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4216 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.209
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4389 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1892 AND `id_cart` = 0 LIMIT 1 |
0.209
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5030 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.209
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5120 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.209
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5157 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.209
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.209
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1602 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1115
AND `required` = 1 AND `is_deleted` = 0 |
0.209
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3920 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 852 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 852 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4228 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1193 |
0.209
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4447 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1255 AND `id_cart` = 0 LIMIT 1 |
0.209
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5341 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1154 AND `id_cart` = 0 LIMIT 1 |
0.209
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2980 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1077) AND (b.`id_shop` = 1) LIMIT 1 |
0.208
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3954 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1552 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1552 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3963 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1556 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1556 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3978 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1477 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1477 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4006 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1885 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1885 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 5
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.208
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1412 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1888 AND `id_shop` = 1 |
0.208
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1580 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 12 LIMIT 1 |
0.208
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3654 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1330 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1330 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3924 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 171 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 171 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4019 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1746 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1746 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4235 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.208
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4277 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.208
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5123 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.208
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5132 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.208
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5133 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.208
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5515 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 86
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5712 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitlinksmanager" LIMIT 1 |
0.208
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/8a/a8/61/8aa8613c3a6014cc0933300156240333e2f865df_2.file.footer-1.tpl.php:124 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/8a/a8/61/8aa8613c3a6014cc0933300156240333e2f865df_2.file.footer-1.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d277695d7_47900373)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2f/7f/81/2f7f81fe19e6ee48a5f2d384ff6f302ca7083877_2.file.footer.tpl.php:32 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d27764a71_00088928)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:516 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3641 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1329 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1329 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4905 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.207
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5165 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "outofstock"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.207
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:206 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 18 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.207
ms
|
88 |
|
|
/classes/Hook.php:342
/classes/Hook.php:157 (getCanonicalHookNames)
/classes/Hook.php:366 (normalizeHookName)
/classes/Hook.php:389 (getAllKnownNames)
/classes/Hook.php:980 (isHookCallableOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 470 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.207
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1200 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1528 LIMIT 1 |
0.207
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2701 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1870
AND `required` = 1 AND `is_deleted` = 0 |
0.207
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3503 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1748) AND (b.`id_shop` = 1) LIMIT 1 |
0.207
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3904 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1868 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1868 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3945 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1127 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1127 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4020 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1747 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1747 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4208 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.207
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4239 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.207
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4252 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1796 |
0.207
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4278 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.207
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:149 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4417 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1892 AND `id_cart` = 0 LIMIT 1 |
0.207
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5048 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1477) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.207
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5154 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.207
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5164 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.207
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5518 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 86) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.207
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1005 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1537
AND `required` = 1 AND `is_deleted` = 0 |
0.206
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3252 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.206
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 52 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.206
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:221 (getImagesTypes)
/controllers/front/listing/CategoryController.php:239 (getImage)
/controllers/front/listing/CategoryController.php:205 (getImage)
/controllers/front/listing/CategoryController.php:99 (getTemplateVarCategory)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 24 AND `id_shop` = 1 |
0.206
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:777 (__construct)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 736 LIMIT 1 |
0.206
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 450 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1293
AND `required` = 1 AND `is_deleted` = 0 |
0.206
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1368 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1886
AND `required` = 1 AND `is_deleted` = 0 |
0.206
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1961 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1329 LIMIT 1 |
0.206
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2663 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1747
AND `required` = 1 AND `is_deleted` = 0 |
0.206
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3395 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1627
AND `required` = 1 AND `is_deleted` = 0 |
0.206
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3642 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1330 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1330 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3966 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1556 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1556 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4244 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.206
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5066 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.206
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5180 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.206
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5370 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1154 AND `id_cart` = 0 LIMIT 1 |
0.206
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5651 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1748 AND `id_cart` = 0 LIMIT 1 |
0.206
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 14 LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/Hook.php:247
/classes/Hook.php:917 (getNameById)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1266 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1805 LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1340 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1886 AND `id_shop` = 1 |
0.205
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1381 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1866 AND `id_shop` = 1 |
0.205
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1850 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1640 LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2011 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1668) |
0.205
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3958 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 702 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 702 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3986 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1190 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1190 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4023 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1746 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1746 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4027 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1193) AND (b.`id_shop` = 1) LIMIT 1 |
0.205
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4267 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.205
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4271 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.205
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4834 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 702 AND `id_cart` = 0 LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5026 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1477 AND `id_cart` = 0 LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5107 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1627 |
0.205
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5137 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1190 |
0.205
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5291 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 1153 LIMIT 1 |
0.205
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5432 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1299 AND `id_cart` = 0 LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5494 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1885 AND `id_cart` = 0 LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5527 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 86 AND `id_cart` = 0 LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5563 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.205
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.205
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4706 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1023 AND `id_cart` = 0 LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 416 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1874
AND `required` = 1 AND `is_deleted` = 0 |
0.204
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1496 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 929 AND id_shop=1 LIMIT 1 |
0.204
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1731 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1568 LIMIT 1 |
0.204
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1782 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1505) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.204
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2316 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1889) LIMIT 1 |
0.204
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4213 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.204
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4536 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 852) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.204
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4863 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 702 AND `id_cart` = 0 LIMIT 1 |
0.204
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5090 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.204
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5151 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "reference"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.204
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:224 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:117 (keyRefExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5209 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 28 AND `id_cart` = 0 LIMIT 1 |
0.204
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3143 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1893 LIMIT 1 |
0.204
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4024 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1747 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1747 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Pack.php:244 (getQuantity)
/classes/Product.php:5845 (isInStock)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 902 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1109
AND `required` = 1 AND `is_deleted` = 0 |
0.203
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1326 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1839
AND `required` = 1 AND `is_deleted` = 0 |
0.203
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3998 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1154 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1154 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4002 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1299 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1299 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5113 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1627 |
0.203
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5160 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "category"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.203
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:153 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5184 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.203
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 289 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.203
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.203
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2409 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1389 LIMIT 1 |
0.203
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3283 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1552 LIMIT 1 |
0.203
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4270 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.203
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4804 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1553 LIMIT 1 |
0.203
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4889 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1851 |
0.203
ms
|
8 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:95 (getCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5126 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.203
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5263 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1153 AND `id_cart` = 0 LIMIT 1 |
0.203
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5326 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitwishlist" LIMIT 1 |
0.203
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 386 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1872
AND `required` = 1 AND `is_deleted` = 0 |
0.202
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1716 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 16 LIMIT 1 |
0.202
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2532 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 392) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.202
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4259 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1796 |
0.202
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5144 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1190 |
0.202
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 929 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1466
AND `required` = 1 AND `is_deleted` = 0 |
0.202
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1238 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1865 LIMIT 1 |
0.202
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1286 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1540
AND `required` = 1 AND `is_deleted` = 0 |
0.202
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1969 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1329) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.202
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3116 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1178 LIMIT 1 |
0.202
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3925 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1812 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1812 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3942 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1165 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1165 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4203 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.202
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4222 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1193 |
0.202
ms
|
2 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4247 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.202
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4248 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.202
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5093 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.202
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5159 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.202
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1716
AND `required` = 1 AND `is_deleted` = 0 |
0.201
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2530 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 392) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2621 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1365 LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4567 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1893) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5163 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "product"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.201
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:186 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 254 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.201
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 710 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1518) AND (b.`id_shop` = 1) LIMIT 1 |
0.201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1247 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1865 AND `id_shop` = 1 |
0.201
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1959 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2349 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1917) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2452 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1471) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3093 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1255 AND `id_shop` = 1 |
0.201
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4217 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "bestseller"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.201
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/override/modules/productlabelsandstickers/productlabelsandstickers.php:197 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4238 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_less"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.201
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:257 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:126 (keyPriceExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4673 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1906 AND `id_cart` = 0 LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5084 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1627 |
0.201
ms
|
2 |
|
|
/classes/Tag.php:244
/override/modules/productlabelsandstickers/productlabelsandstickers.php:100 (getProductTags)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5556 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 86 AND `id_cart` = 0 LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1782
AND `required` = 1 AND `is_deleted` = 0 |
0.200
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 355 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.200
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 777 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1239) AND (b.`id_shop` = 1) LIMIT 1 |
0.200
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 878 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1693 LIMIT 1 |
0.200
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1914 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1326 LIMIT 1 |
0.200
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2150 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1669) LIMIT 1 |
0.200
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2345 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1917 LIMIT 1 |
0.200
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3132 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 852
AND `required` = 1 AND `is_deleted` = 0 |
0.200
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3289 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1553
AND `required` = 1 AND `is_deleted` = 0 |
0.200
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4902 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.200
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5062 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.200
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5611 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1098) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.200
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1360 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1877 LIMIT 1 |
0.200
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.199
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:302 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
| 1533 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1696 LIMIT 1 |
0.199
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1820 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1671 LIMIT 1 |
0.199
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3383 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.199
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4954 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1894) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.199
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1167 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1351
AND `required` = 1 AND `is_deleted` = 0 |
0.199
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3990 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 28 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 28 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4112 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 852 AND `id_shop` = 1 |
0.199
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 140 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.198
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 799 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1240) AND (b.`id_shop` = 1) LIMIT 1 |
0.198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1146 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1860 LIMIT 1 |
0.198
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1422 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1888
AND `required` = 1 AND `is_deleted` = 0 |
0.198
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1478 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 931 AND `id_shop` = 1 |
0.198
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4034 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1892) AND (b.`id_shop` = 1) LIMIT 1 |
0.198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4920 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1851) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.198
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5128 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.198
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5680 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1748 AND `id_cart` = 0 LIMIT 1 |
0.198
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2343 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1917 AND id_shop=1 LIMIT 1 |
0.198
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2396 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1797) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.198
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3050 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1871) LIMIT 1 |
0.198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3208 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1906
AND `required` = 1 AND `is_deleted` = 0 |
0.198
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3265 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1553 AND `id_shop` = 1 |
0.198
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3354 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1894 AND `id_shop` = 1 |
0.198
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4188 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1193
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 30 LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 960 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1497 LIMIT 1 |
0.197
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4986 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1894) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.197
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 46 |
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.197
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 825 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1805 LIMIT 1 |
0.197
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1646 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1863 LIMIT 1 |
0.197
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2193 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1728) LIMIT 1 |
0.197
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2368 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 392 LIMIT 1 |
0.197
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2472 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1746
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.197
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2573 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1359 LIMIT 1 |
0.197
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2575 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1359 AND id_shop=1 LIMIT 1 |
0.197
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 5) LIMIT 1 |
0.196
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:27 (require)
|
| 278 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1294 AND `id_shop` = 1 |
0.196
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1005
AND `required` = 1 AND `is_deleted` = 0 |
0.196
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 877 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1201 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1613 LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1214 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1397 AND `id_group` = 1 LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1398 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1866
AND `required` = 1 AND `is_deleted` = 0 |
0.196
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1656 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1863) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1771 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1569 LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2043 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1306) LIMIT 1 |
0.196
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2394 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1797) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3184 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1906 AND `id_shop` = 1 |
0.196
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4955 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1894) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5299 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1153) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 25 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.195
ms
|
4 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 733 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1237) AND (b.`id_shop` = 1) LIMIT 1 |
0.195
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1273 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1865
AND `required` = 1 AND `is_deleted` = 0 |
0.195
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1708 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1137 LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1717 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1495 LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2352 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 392) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3104 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1178) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4060 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1627) AND (b.`id_shop` = 1) LIMIT 1 |
0.195
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4081 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 86) AND (b.`id_shop` = 1) LIMIT 1 |
0.195
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4666 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1906) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5055 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1477 AND `id_cart` = 0 LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5099 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.195
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5115 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1627 AND `id_cart` = 0 LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5156 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.195
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5589 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1098 AND `id_cart` = 0 LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5687 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.195
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1100 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1640
AND `required` = 1 AND `is_deleted` = 0 |
0.194
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1951 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1328 LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2471 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1746 LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2528 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1914) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2807 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1880) AND (b.`id_shop` = 1) LIMIT 1 |
0.194
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3673 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1385) AND (b.`id_shop` = 1) LIMIT 1 |
0.194
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4568 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1893) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4600 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1893) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5150 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.194
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 886 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1693) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1038 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1895 LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1207 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1624
AND `required` = 1 AND `is_deleted` = 0 |
0.194
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1224 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1828 LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1628 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1818 LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2941 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1854) |
0.194
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3147 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1893) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5580 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1098) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 367 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1880
AND `required` = 1 AND `is_deleted` = 0 |
0.193
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 635 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1792) AND (b.`id_shop` = 1) LIMIT 1 |
0.193
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 884 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1693 LIMIT 1 |
0.193
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 983 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1535 AND id_shop=1 LIMIT 1 |
0.193
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4104 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 11 AND `id_shop` = 1 |
0.193
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4243 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.193
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5065 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.193
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2366 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 392 AND id_shop=1 LIMIT 1 |
0.193
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2380 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1798
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.193
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4241 |
SELECT SQL_NO_CACHE fsr.*
FROM `ps_fmm_stickers_rules` fsr
LEFT JOIN `ps_fmm_stickers_rules_shop` fsrs ON (fsr.`fmm_stickers_rules_id` = fsrs.`fmm_stickers_rules_id`)
WHERE fsr.`status` = 1
AND fsr.`rule_type` = "price_greater"
AND fsrs.`id_shop` = 1
AND
(
(fsr.`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= fsr.`start_date`)
AND
(fsr.`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= fsr.`expiry_date`)
) |
0.193
ms
|
1 |
|
|
/modules/productlabelsandstickers/models/Rules.php:180
/modules/productlabelsandstickers/models/Rules.php:292 (getAllApplicable)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:132 (keyPriceGreaterExists)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4266 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.193
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3062 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1871
ORDER BY f.position ASC |
0.192
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3154 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1812) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4030 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 1796
ORDER BY `position` |
0.192
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5690 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.192
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1267 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1864 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1464 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1533
AND `required` = 1 AND `is_deleted` = 0 |
0.192
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1572 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1645 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2405 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1389 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2442 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1471 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2706 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1704 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3119 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1255
AND `required` = 1 AND `is_deleted` = 0 |
0.192
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3170 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1893
AND `required` = 1 AND `is_deleted` = 0 |
0.192
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3369 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1894
AND `required` = 1 AND `is_deleted` = 0 |
0.192
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4131 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1627 AND `id_shop` = 1 |
0.192
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5125 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.192
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5425 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1299) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1283 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1540) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1435 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1185
AND `required` = 1 AND `is_deleted` = 0 |
0.191
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1521 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1697) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1689 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1564 LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1953 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1328) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2414 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1389 |
0.191
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2772 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 81 LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3150 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 171) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3334 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1262 LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3340 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1851
AND `required` = 1 AND `is_deleted` = 0 |
0.191
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4070 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 1153
ORDER BY `position` |
0.191
ms
|
4 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4136 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1190 AND `id_shop` = 1 |
0.191
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5049 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1477) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5122 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.191
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 225 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1486 AND `id_shop` = 1 |
0.190
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1439 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1813 LIMIT 1 |
0.190
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1566 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1645 LIMIT 1 |
0.190
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1693 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1564 LIMIT 1 |
0.190
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1741 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1568 |
0.190
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1930 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1327 LIMIT 1 |
0.190
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2803 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1879) AND (b.`id_shop` = 1) LIMIT 1 |
0.190
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2920 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1450) LIMIT 1 |
0.190
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4078 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1885) AND (b.`id_shop` = 1) LIMIT 1 |
0.190
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4103 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11) LIMIT 1 |
0.190
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4275 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.190
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1491 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 929 LIMIT 1 |
0.190
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.189
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 341 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1878
AND `required` = 1 AND `is_deleted` = 0 |
0.189
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 855 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1528 LIMIT 1 |
0.189
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4269 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.189
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4325 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1871 |
0.189
ms
|
5 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:95 (getCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2795 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1883) LIMIT 1 |
0.189
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3408 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1190
AND `required` = 1 AND `is_deleted` = 0 |
0.189
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4106 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1892 AND `id_shop` = 1 |
0.189
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5169 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1190) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.189
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1114 LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 736
AND `required` = 1 AND `is_deleted` = 0 |
0.188
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1228 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1828 LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2385 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1798 LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2586 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 596 LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4123 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 702 AND `id_shop` = 1 |
0.188
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4439 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1255) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5186 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.188
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5264 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1153) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/modules/productlabelsandstickers/productlabelsandstickers.php:103 (getQuantityAvailableByProduct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 37 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 5
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 4) LIMIT 1 |
0.188
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1226 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1828 AND id_shop=1 LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2393 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 58 LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2432 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 676 LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3137 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1893 LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3398 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4050 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 702) AND (b.`id_shop` = 1) LIMIT 1 |
0.188
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4067 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 28
ORDER BY `position` |
0.188
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4117 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 15 AND `id_shop` = 1 |
0.188
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4234 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.188
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:111 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4410 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1892) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4698 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1023) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4797 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1553) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4963 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1894 LIMIT 1 |
0.188
ms
|
0 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5153 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.188
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 5
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1 |
0.187
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1606 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1325 LIMIT 1 |
0.187
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1779 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1569) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.187
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1863 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1191) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.187
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3316 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1851 AND `id_shop` = 1 |
0.187
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3382 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1477
AND `required` = 1 AND `is_deleted` = 0 |
0.187
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4139 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 28 AND `id_shop` = 1 |
0.187
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5363 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1154) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.187
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 253 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 603
AND `required` = 1 AND `is_deleted` = 0 |
0.187
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2350 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1917 |
0.187
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2487 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1912 LIMIT 1 |
0.187
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2518 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1914 LIMIT 1 |
0.187
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2604 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 912 LIMIT 1 |
0.187
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2970 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1078) LIMIT 1 |
0.187
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3251 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1023
AND `required` = 1 AND `is_deleted` = 0 |
0.187
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4039 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 852) AND (b.`id_shop` = 1) LIMIT 1 |
0.187
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4633 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1906) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.187
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5183 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.187
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 111 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 336
AND `required` = 1 AND `is_deleted` = 0 |
0.186
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 244 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 603 LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 676 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1530 LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1239 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1865
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1413 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1888) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1670 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1841 LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2422 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1556) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2611 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1229) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3004 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1193) |
0.186
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3245 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1127 LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3302 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 702
AND `required` = 1 AND `is_deleted` = 0 |
0.186
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4109 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 13 AND `id_shop` = 1 |
0.186
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4170 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1 |
0.186
ms
|
4 |
|
|
/classes/Currency.php:1136
/classes/Currency.php:1153 (countActiveCurrencies)
/classes/module/Module.php:2232 (isMultiCurrencyActivated)
/modules/iqitlinksmanager/iqitlinksmanager.php:148 (getCacheId)
/modules/iqitlinksmanager/iqitlinksmanager.php:115 (getCacheId)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d27585ba5_61788678)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4212 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.186
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:135 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4643 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1906 LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4765 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1553) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4886 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1851) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5295 |
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 36 |
0.186
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:6899 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5394 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1299) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5487 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1885) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 24
AND `id_shop` = 1 LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/Category.php:2450
/controllers/front/listing/CategoryController.php:133 (existsInShop)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1395
AND `required` = 1 AND `is_deleted` = 0 |
0.185
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 288 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1294
AND `required` = 1 AND `is_deleted` = 0 |
0.185
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1557 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 737) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1660 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1840) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1775 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1569 LIMIT 1 |
0.185
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2353 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 392) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3157 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 171 LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3514 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1745) AND (b.`id_shop` = 1) LIMIT 1 |
0.185
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4084 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1098) AND (b.`id_shop` = 1) LIMIT 1 |
0.185
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4206 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.185
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4237 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.185
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:120 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5146 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1190 AND `id_cart` = 0 LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5201 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 28) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5203 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 28) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5332 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1154) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5652 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1748 LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1870 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1916 LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1826
AND `required` = 1 AND `is_deleted` = 0 |
0.184
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1499
AND `required` = 1 AND `is_deleted` = 0 |
0.184
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3153 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 171) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.184
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4209 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.184
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4732 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1023) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.184
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 24
AND `id_shop` = 1 LIMIT 1 |
0.184
ms
|
1 |
|
|
/classes/Category.php:2450
/controllers/front/listing/CategoryController.php:83 (existsInShop)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1857 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1191 LIMIT 1 |
0.184
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1876 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1916) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.184
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 907 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1762 LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1048 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1895) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2674 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1870 LIMIT 1 |
0.183
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2922 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1450) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3284 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1552 LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4156 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 86 AND `id_shop` = 1 |
0.183
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4272 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.183
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4826 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 702) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5086 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1627 AND `id_cart` = 0 LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1676 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1841 AND id_shop=1 LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2242 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 607 LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2497 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1912) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2498 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1912 |
0.183
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4128 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1477 AND `id_shop` = 1 |
0.183
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5613 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1098) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1061 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1868 LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1260 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1864 LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2360 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 392 LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2391 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1798 |
0.182
ms
|
1 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2549 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1794 LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3399 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1190 LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4145 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1154 AND `id_shop` = 1 |
0.182
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4240 |
SELECT SQL_NO_CACHE *
FROM `ps_fmm_stickers`
WHERE `sticker_id` = 0
AND `product` > 0
AND
(
(`start_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' >= `start_date`)
AND
(`expiry_date` = '0000-00-00 00:00:00' OR '2025-11-17 23:19:55' <= `expiry_date`)
) |
0.182
ms
|
0 |
|
|
/modules/productlabelsandstickers/models/Stickers.php:261
/override/modules/productlabelsandstickers/productlabelsandstickers.php:129 (getSticker)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4829 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 702 |
0.182
ms
|
7 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:95 (getCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 624 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1232) LIMIT 1 |
0.182
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1015 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1538 LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1291 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1839 LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1616 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1325) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2383 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1798 AND id_shop=1 LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2654 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1747 LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3392 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1627) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3518 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1746) AND (b.`id_shop` = 1) LIMIT 1 |
0.182
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4120 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 12 AND `id_shop` = 1 |
0.182
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4159 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1098 AND `id_shop` = 1 |
0.182
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4186 |
SELECT SQL_NO_CACHE c.id_elementor FROM ps_iqit_elementor_category c LEFT JOIN ps_iqit_elementor_category_shop s ON c.id_elementor = s.id_elementor WHERE c.id_category = 24 AND s.id_shop = 1 LIMIT 1 |
0.182
ms
|
1 |
|
|
/modules/iqitelementor/src/IqitElementorCategory.php:87
/modules/iqitelementor/iqitelementor.php:654 (getIdByCategory)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:241 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4509 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 852 |
0.182
ms
|
7 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:95 (getCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5265 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1153 LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5642 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1748) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 354 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1879
AND `required` = 1 AND `is_deleted` = 0 |
0.181
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2390 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1798) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3148 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1893 |
0.181
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4148 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1299 AND `id_shop` = 1 |
0.181
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 5
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.181
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/controller/FrontController.php:1669 (isEnabled)
/classes/controller/FrontController.php:1813 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1114 LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1044 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1895 LIMIT 1 |
0.181
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1735 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1568 LIMIT 1 |
0.181
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2129 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1621) |
0.181
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2475 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1746 AND id_shop=1 LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3173 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 15 LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3175 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1906 LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3603 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1332) AND (b.`id_shop` = 1) LIMIT 1 |
0.181
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3630 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1330) AND (b.`id_shop` = 1) LIMIT 1 |
0.181
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4032 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 1871
ORDER BY `position` |
0.181
ms
|
5 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4151 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 81 AND `id_shop` = 1 |
0.181
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4287 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1796) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4506 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 852) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 882 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1693 AND id_shop=1 LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1739 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 61 LIMIT 1 |
0.180
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1805 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 65 LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1806 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1364 LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1944 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2407 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1389 AND id_shop=1 LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2421 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1556) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2559 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1794) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2579 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1359) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2609 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 912) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2716 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1704) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2859 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 534 LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3237 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1127 LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3413 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 28) |
0.180
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4134 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 14 AND `id_shop` = 1 |
0.180
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4142 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1153 AND `id_shop` = 1 |
0.180
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5255 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1153) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5700 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitmegamenu" LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:417 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1199 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1613 AND id_shop=1 LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1479 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 931) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1760 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 461 LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1962 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1329
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2417 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 676) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4199 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1193 AND `id_cart` = 0 LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4220 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 1193 LIMIT 1 |
0.179
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4230 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1193 AND `id_cart` = 0 LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5646 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1748 |
0.179
ms
|
12 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:95 (getCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1828 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1671) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1967 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1329 LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2668 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1870 LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3196 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1905 LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4073 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 1154
ORDER BY `position` |
0.179
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1013 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1538 AND id_shop=1 LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1236 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1331 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1886 LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1517 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1697 LIMIT 1 |
0.178
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1528 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1696) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1593 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1115 LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1915 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1326
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3318 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1851 |
0.178
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4116 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) LIMIT 1 |
0.178
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5581 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1098) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1230 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1828) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1824 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1671 LIMIT 1 |
0.178
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2404 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2610 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 912 |
0.178
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4634 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1906) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5673 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1748) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1538 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1696 AND id_shop=1 LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2441 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4261 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 1796 AND `id_cart` = 0 LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/Product.php:4134
/override/modules/productlabelsandstickers/productlabelsandstickers.php:102 (isDiscounted)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5294 |
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 36) LIMIT 1 |
0.177
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:6899 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 15 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.177
ms
|
88 |
|
|
/classes/Hook.php:290
/classes/Hook.php:321 (getAllHookAliases)
/classes/Hook.php:749 (getHookAliasesFor)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 937 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 601 LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1662 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1841) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1845 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1165 AND id_shop=1 LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1946 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1328
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2689 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1848 LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4796 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1553) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5171 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1190) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1301 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1839) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3156 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1812) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4323 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1871) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'de' LIMIT 1 |
0.176
ms
|
3 |
|
|
/classes/Language.php:854
/classes/Tools.php:627 (getIdByIso)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 602 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1840
AND image_shop.`cover` = 1 LIMIT 1 |
0.176
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1382 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1866) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1430 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1185 LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1555 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 737 LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1610 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1325 AND id_shop=1 LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1619 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1660) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1710 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1137) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1795 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1505 AND id_shop=1 LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1847 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1165 LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1897 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1830 LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1934 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1327 AND id_shop=1 LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1980 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1330) |
0.176
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2340 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1917
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2534 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1328) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2628 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1365 LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3616 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1326) AND (b.`id_shop` = 1) LIMIT 1 |
0.176
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4768 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1553 |
0.176
ms
|
5 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:95 (getCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4856 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 702) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 879 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1693
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1353 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1877 LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1605 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1719 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1495 AND id_shop=1 LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1740 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1568) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1758 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 461 AND id_shop=1 LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1783 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1505) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2377 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2389 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 58 LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2424 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 676 LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2469 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 15 LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2555 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1794 LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3165 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 171 LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3273 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1552) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4179 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/Cart.php:1303
/src/Adapter/Presenter/Cart/CartLazyArray.php:300 (getNbProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getProductsCount)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php:29 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d275d4b41_22096861)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/b4/a4/76/b4a476e0a8201677b298f7c0f8ca1ac698e1bac3_2.module.ps_shoppingcartps_shoppingcartbtn.tpl.php:28 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d275d0b22_68286556)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/f9/28/13/f92813146f4e46213aba77e4554cac68e9370f9f_2.file.header-2.tpl.php:112 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d275bb005_09562619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d27585ba5_61788678)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4701 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1023 |
0.175
ms
|
9 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:95 (getCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 866 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1574) |
0.174
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1172 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1624 LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1597 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1115 LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1780 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1569 |
0.174
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1949 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1328 AND id_shop=1 LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2357 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1916) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2358 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1916) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2430 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 676 AND id_shop=1 LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2499 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 392) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2598 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 5
AND cl.id_shop = 1
AND cl.`id_category` = 38 LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5658 (getLinkRewrite)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2856 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 534) |
0.174
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3213 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1023 LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4091 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1193 AND `id_shop` = 1 |
0.174
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4418 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1892 LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 853 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1528 AND id_shop=1 LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1223 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1633 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1818 AND id_shop=1 LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3277 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1552 LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5228 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 28) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 946 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1222 LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1139 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1860 LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1348 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1877) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1455 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1533 LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1636 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1818 LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1678 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1841 LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1729 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2491 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1912 AND id_shop=1 LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4353 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1871) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4381 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1892) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4928 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1851 LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5258 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1153 |
0.173
ms
|
8 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:95 (getCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5584 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1098 |
0.173
ms
|
7 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:95 (getCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 938 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 601 LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1024 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1804 LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1403 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1888 LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1469 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 931 LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1723 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1495) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1965 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1329 AND id_shop=1 LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2477 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1746 LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2602 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 912 AND id_shop=1 LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4636 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1906 |
0.173
ms
|
10 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:95 (getCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1042 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1895 AND id_shop=1 LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1522 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1697 |
0.172
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1617 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1325 |
0.172
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1721 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1495 LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2453 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1471 |
0.172
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2493 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1912 LIMIT 1 |
0.172
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3335 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1262 LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3568 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1884) |
0.172
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3996 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.172
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5288 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.172
ms
|
88 |
|
|
/classes/Hook.php:342
/classes/Hook.php:157 (getCanonicalHookNames)
/classes/Hook.php:366 (normalizeHookName)
/classes/Hook.php:389 (getAllKnownNames)
/classes/Hook.php:980 (isHookCallableOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5710 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/8a/a8/61/8aa8613c3a6014cc0933300156240333e2f865df_2.file.footer-1.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/8a/a8/61/8aa8613c3a6014cc0933300156240333e2f865df_2.file.footer-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d277695d7_47900373)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2f/7f/81/2f7f81fe19e6ee48a5f2d384ff6f302ca7083877_2.file.footer.tpl.php:32 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d27764a71_00088928)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:516 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5716 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitsociallogin" LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php:84 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d278025a4_64451772)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2301 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:552 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 926 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1466) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1194 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1613 LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1499 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 929 LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1562 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 4
AND `active` = 1 LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/override/classes/Product.php:23 (getNameById)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1657 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1863 |
0.172
ms
|
3 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1831 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1165) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3113 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 69 LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4101 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 58 AND `id_shop` = 1 |
0.172
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4699 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1023) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5018 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1477) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5398 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1299 |
0.172
ms
|
8 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:95 (getCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1623 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1818) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1769 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2361 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 392 LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3522 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1747) AND (b.`id_shop` = 1) LIMIT 1 |
0.171
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3609 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1332 AND `id_group` = 1 LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 740 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1237) LIMIT 1 |
0.171
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 893 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1109 LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1009 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1538 LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1055 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 62 LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1217 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1397) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1248 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1865) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1440 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1813
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1612 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1325 LIMIT 1 |
0.171
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1797 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1505 LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1812 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1364) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1936 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1327 LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2370 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 392 AND `id_group` = 1 LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2547 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2560 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1794 |
0.171
ms
|
1 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1716 LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1716 AND id_shop=1 LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 374 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-11-17 00:00:00' AND '2025-11-17 23:59:59' LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/SpecificPrice.php:377
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 705 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1236) LIMIT 1 |
0.170
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 806 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1240) LIMIT 1 |
0.170
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 850 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1528
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 885 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1693 LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 978 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1049 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1895 |
0.170
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1051 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1812) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1255 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1864) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1541 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1696 LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1549 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 5
AND cl.id_shop = 1
AND cl.`id_category` = 14 LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5658 (getLinkRewrite)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1702 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1137 LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1733 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1568 AND id_shop=1 LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1744 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 461) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1912 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1928 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2295 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1698) |
0.170
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2448 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1471 LIMIT 1 |
0.170
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4094 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 61 AND `id_shop` = 1 |
0.170
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4317 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 189 AND `id_shop` = 1 LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:243 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4896 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1851 LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5081 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1627 |
0.170
ms
|
8 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:95 (getCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5336 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1154 |
0.170
ms
|
8 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:95 (getCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 372 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.169
ms
|
498 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:360 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 441 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1293) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 762 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1238) LIMIT 1 |
0.169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 784 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1239) LIMIT 1 |
0.169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 966 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1497) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1066 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1868 AND id_shop=1 LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1268 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1864 LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1341 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1886) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1358 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1877 AND id_shop=1 LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1577 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1645) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1652 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1863 LIMIT 1 |
0.169
ms
|
3 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1687 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1743 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 61 LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1874 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1916 LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1883 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1056 LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1922 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1326) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2479 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1746) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3634 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1331) AND (b.`id_shop` = 1) LIMIT 1 |
0.169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4442 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1255 |
0.169
ms
|
8 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:95 (getCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5021 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1477 |
0.169
ms
|
10 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:95 (getCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5050 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1477) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5549 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 86) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5707 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 5 AND cl.id_shop = 1 ) WHERE c.`id_category` = 24 LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:419 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1920 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1326 LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 413 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1874) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 933 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 601 LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 962 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1497 AND id_shop=1 LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1302 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1839 |
0.168
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1313 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1424 LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2678 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1870) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2731 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 597 LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3163 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 171 AND id_shop=1 LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3373 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1477 LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.168
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:690 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 454 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.168
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 862 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1574
AND image_shop.`cover` = 1 LIMIT 1 |
0.168
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1409 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1888 LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1784 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1505) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1861 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1191 LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2252 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1565) |
0.168
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2524 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1914 LIMIT 1 |
0.168
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4253 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1796) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 86 |
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 36 |
0.167
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1648) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 964 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1497 LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1023 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1182 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1624) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1644 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2188 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1728) |
0.167
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2454 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 676) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2529 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1914 |
0.167
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2585 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5522 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 86 |
0.167
ms
|
7 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:95 (getCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5713 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 193 AND `id_shop` = 1 LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/8a/a8/61/8aa8613c3a6014cc0933300156240333e2f865df_2.file.footer-1.tpl.php:124 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/8a/a8/61/8aa8613c3a6014cc0933300156240333e2f865df_2.file.footer-1.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d277695d7_47900373)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2f/7f/81/2f7f81fe19e6ee48a5f2d384ff6f302ca7083877_2.file.footer.tpl.php:32 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d27764a71_00088928)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:516 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1000 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1537 LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1069 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1868 LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1938 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1327) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2600 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 912 LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2608 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 38 LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 979 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1535 LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1251 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1805) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1905 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1830) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2592 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 596) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4058 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 1477
ORDER BY `position` |
0.166
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4384 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1892 |
0.166
ms
|
5 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:95 (getCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4474 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1255) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5108 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1627) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 847 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1528
AND image_shop.`cover` = 1 LIMIT 1 |
0.166
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 905 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 994 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1537 LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1361 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1877 LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1706 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1137 AND id_shop=1 LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1882 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 65 LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2485 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2494 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1912 LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2503 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1327) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2590 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 596 LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3090 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1255 LIMIT 1 |
0.166
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3668 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1445) LIMIT 1 |
0.166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4108 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) LIMIT 1 |
0.166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4168 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitlinksmanager" LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d27585ba5_61788678)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 19 |
0.165
ms
|
8 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.165
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/pm_productsbyattributes/pm_productsbyattributes.php:352 (isEnabled)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:215 (getAdvancedSearchInstance)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:373 (getModuleConfiguration)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:463 (isInMaintenance)
/classes/Hook.php:1083 (hookProductSearchProvider)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:275 (exec)
/classes/controller/ProductListingFrontController.php:311 (getProductSearchProviderFromModules)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 857 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1528) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 911 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1762 LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 935 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 601 AND id_shop=1 LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1028 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1804 LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1036 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1045 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1895 LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1281 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1540 LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1426 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1185 LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1482 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 928) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1524 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1693) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1529 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1696) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1749 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1574) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1752 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 461 LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2239 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 607) |
0.165
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2562 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1793) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3111 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 69 AND id_shop=1 LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3185 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1906) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3203 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1905 LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4048 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 1553
ORDER BY `position` |
0.165
ms
|
5 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4332 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1871 LIMIT 1 |
0.165
ms
|
0 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4887 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1851) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4888 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1851) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5056 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1477 LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5582 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1098) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 19) LIMIT 1 |
0.164
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 483 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1812) |
0.164
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1017 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1538) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1052 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1812) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1092 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1640) |
0.164
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1102 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1692
AND image_shop.`cover` = 1 LIMIT 1 |
0.164
ms
|
11 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1156 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1351 LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1321 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1424 LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1383 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1866 |
0.164
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1576 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 12 LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1599 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1115) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1789 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1505 LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1829 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1671 |
0.164
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1887 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1056 LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1889 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1056) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2311 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1889) |
0.164
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2386 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1798 LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2443 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1471
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2572 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 65 LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2642 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1745 AND id_shop=1 LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2827 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1845) |
0.164
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3345 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1894 LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3351 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1894 LIMIT 1 |
0.164
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3355 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1894) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4324 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1871) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4576 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1893 LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5177 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1190 LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 47 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.164
ms
|
8 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 445 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1499) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1056 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1868) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1120 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1862) |
0.164
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2145 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1669) |
0.164
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2354 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 392) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2626 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1365 AND id_shop=1 LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 865 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1574 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 945 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 958 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 16 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 972 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 985 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1535 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1216 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1397 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1249 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1865 |
0.163
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1620 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1660) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1650 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1863 AND id_shop=1 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1898 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1830
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2024 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1556) |
0.163
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2280 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1385) |
0.163
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2359 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1916) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2446 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1471 AND id_shop=1 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2553 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1794 AND id_shop=1 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2899 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1174) |
0.163
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4119 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) LIMIT 1 |
0.163
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4354 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1871) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 420 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1184 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1297 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1839 LIMIT 1 |
0.163
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1372 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1866 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1551 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 737 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1578 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1645 |
0.163
ms
|
1 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1810 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1364 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2418 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 676) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3567 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1884 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4037 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 1255
ORDER BY `position` |
0.163
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4064 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 1190
ORDER BY `position` |
0.163
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4449 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1255 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1 |
0.162
ms
|
3 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1079 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 598) |
0.162
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1147 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1860 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1202 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1613 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1308 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1424) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1337 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1886 LIMIT 1 |
0.162
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1556 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 737 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1869 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2554 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1794 AND `id_group` = 1 LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2696 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1848 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3256 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1553 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3388 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1627 AND id_shop=1 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3626 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1329) AND (b.`id_shop` = 1) LIMIT 1 |
0.162
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4537 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 852) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1797 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 897 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1109 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 932 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1183 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1624 |
0.162
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1213 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1397 AND id_shop=1 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1414 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1888 |
0.162
ms
|
1 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1525 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1693) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1658 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1840) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1695 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1564) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1859 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1191 AND id_shop=1 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1918 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1326 AND id_shop=1 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2395 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1797) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2710 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1704 AND id_shop=1 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3307 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1851 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4076 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 1299
ORDER BY `position` |
0.162
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4411 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1892) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5170 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1190) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5335 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1154) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1564 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 12 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1746 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 461) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1808 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1364 AND id_shop=1 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1818 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 12 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2098 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1473
AND image_shop.`cover` = 1 LIMIT 1 |
0.161
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3125 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 852 AND id_shop=1 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4987 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1894) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 5
AND cl.id_shop = 1
AND cl.`id_category` = 61 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5658 (getLinkRewrite)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 573 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.161
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 920 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1466 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1039 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1895
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1178 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1624 LIMIT 1 |
0.161
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1276 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1415 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1864) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1489 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 929) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1595 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1115 AND id_shop=1 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1785 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1505) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1901 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1830 AND id_shop=1 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1952 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1328 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2038 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1306) |
0.161
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2088 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1426) |
0.161
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2101 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1473) |
0.161
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2290 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1698
AND image_shop.`cover` = 1 LIMIT 1 |
0.161
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2346 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1917 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2410 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1389 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2694 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1848 AND id_shop=1 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3356 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1894 |
0.161
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4098 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 10 AND `id_shop` = 1 |
0.161
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1396 (getCategoryName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:110 (getPageCategoryNameHierarchy)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4507 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 852) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4608 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1893 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5333 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1154) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4042 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 1893
ORDER BY `position` |
0.160
ms
|
4 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'GBP') LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 948 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1222 AND id_shop=1 LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 952 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1222) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1010 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1538
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1134 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1860) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1342 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1886 |
0.160
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1378 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1866 LIMIT 1 |
0.160
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1385 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1804) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1480 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 931 |
0.160
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1486 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 929) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1553 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 737 AND id_shop=1 LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1910 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 3
AND `active` = 1 LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/override/classes/Product.php:23 (getNameById)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1996 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1331) |
0.160
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2066 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 804) |
0.160
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2516 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2612 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1229) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2712 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1704 LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2717 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1704 |
0.160
ms
|
1 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2965 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1078) |
0.160
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3123 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 852 LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3127 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 852 LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3423 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1153
AND image_shop.`cover` = 1 LIMIT 1 |
0.160
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3607 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1332) |
0.160
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4481 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1255 LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4767 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1553) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5138 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1190) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5300 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1153) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 381 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1872 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 861 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.159
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1162 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1351 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1244 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1865 LIMIT 1 |
0.159
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1265 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1864 AND id_shop=1 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1292 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1839
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1304 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1294) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1401 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1407 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1888 AND id_shop=1 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1443 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1813 AND id_shop=1 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1457 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1533 AND id_shop=1 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1567 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1645
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1570 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1645 AND id_shop=1 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1607 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1325
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1701 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1885 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1056 AND id_shop=1 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1975 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2488 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1912
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2522 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1914 AND id_shop=1 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2613 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1229) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2639 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 15 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2707 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1704
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2915 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1450) |
0.159
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3138 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1893
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4028 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 1193
ORDER BY `position` |
0.159
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4171 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:114 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d27585ba5_61788678)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5488 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1885) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5519 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 86) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5612 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1098) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1164 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1351) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1581 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 447) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3158 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 171 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 307 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1903 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 895 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1109 AND id_shop=1 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 899 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1109) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1245 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1865 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1475 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 931 LIMIT 1 |
0.158
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1647 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1863
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1691 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1564 AND id_shop=1 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1773 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1569 AND id_shop=1 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1836 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1640) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1839 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1165 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1872 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1916 AND id_shop=1 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2224 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1118) |
0.158
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2355 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 392) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2666 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2824 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1845
AND image_shop.`cover` = 1 LIMIT 1 |
0.158
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3094 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1255) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3095 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1255 |
0.158
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3097 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 69) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3510 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1748) LIMIT 1 |
0.158
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4061 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 1627
ORDER BY `position` |
0.158
ms
|
4 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4601 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1893) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4708 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1023 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4835 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 702 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5714 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitcontactpage" LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/8a/a8/61/8aa8613c3a6014cc0933300156240333e2f865df_2.file.footer-1.tpl.php:124 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/8a/a8/61/8aa8613c3a6014cc0933300156240333e2f865df_2.file.footer-1.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d277695d7_47900373)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2f/7f/81/2f7f81fe19e6ee48a5f2d384ff6f302ca7083877_2.file.footer.tpl.php:32 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d27764a71_00088928)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:516 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5715 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 186 AND `id_shop` = 1 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/8a/a8/61/8aa8613c3a6014cc0933300156240333e2f865df_2.file.footer-1.tpl.php:124 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/8a/a8/61/8aa8613c3a6014cc0933300156240333e2f865df_2.file.footer-1.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d277695d7_47900373)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2f/7f/81/2f7f81fe19e6ee48a5f2d384ff6f302ca7083877_2.file.footer.tpl.php:32 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d27764a71_00088928)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:516 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 371 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1872 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 442 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1293 |
0.158
ms
|
1 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1189 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1613) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1515 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1697 AND id_shop=1 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1592 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 12 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2577 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1359 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3151 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 171) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3186 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1906 |
0.158
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3320 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1262) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4544 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 852 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4827 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 702) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 411 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1874 LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 433 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1293 LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 909 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1762 AND id_shop=1 LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1211 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1397 LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1332 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1886
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1832 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1165) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2005 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.157
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2175 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1571) |
0.157
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2236 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 607
AND image_shop.`cover` = 1 LIMIT 1 |
0.157
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2423 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1556) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3201 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1905 AND id_shop=1 LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3229 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1127) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3230 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1127) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3266 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1553) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3297 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 702 LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4055 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 1894
ORDER BY `position` |
0.157
ms
|
4 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4082 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 86
ORDER BY `position` |
0.157
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4515 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 852 LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4667 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1906) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5364 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1154) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 892 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 16 LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1105 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1692) |
0.157
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1277 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1540 LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2719 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1648) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3293 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 702 LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4223 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1193) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5078 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1627) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5334 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1154) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 443 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1499) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1376 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1866 AND id_shop=1 LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1404 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1888
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2084 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.156
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3588 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1856) LIMIT 1 |
0.156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4191 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1193) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4288 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1796) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4440 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1255) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 950 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1222 LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1076 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 598
AND image_shop.`cover` = 1 LIMIT 1 |
0.156
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1185 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1528) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1318 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1424 AND id_shop=1 LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1503 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 929 AND `id_group` = 1 LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1638 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1818 AND `id_group` = 1 LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1904 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1830 LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1968 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1329 LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2072 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 809
AND image_shop.`cover` = 1 LIMIT 1 |
0.156
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2075 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 809) |
0.156
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2107 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1473 AND `id_shop` = 1 |
0.156
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2265 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1567) |
0.156
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2588 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 596 AND id_shop=1 LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2640 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1745 LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2644 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1745 LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3020 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1796) |
0.156
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3048 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1871 LIMIT 1 |
0.156
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3087 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1255) |
0.156
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3088 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1255 AND id_shop=1 LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3223 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1023) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3386 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1627 LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4079 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 1885
ORDER BY `position` |
0.156
ms
|
4 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4150 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 81) LIMIT 1 |
0.156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5426 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1299) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 980 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1535
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1176 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1624 AND id_shop=1 LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1745 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 461) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2228 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1139) |
0.155
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2336 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1917
AND image_shop.`cover` = 1 LIMIT 1 |
0.155
ms
|
9 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4733 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1023) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 389 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 390 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1873 LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 913 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1762) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 919 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 16 LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 939 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 601) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1002 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1537) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1026 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1804 AND id_shop=1 LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1144 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1860 AND id_shop=1 LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1289 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1329 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1445 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1813 LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1512 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1697
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1666 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1860) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2071 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.155
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2684 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1848) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3141 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1893 AND id_shop=1 LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3181 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1906 LIMIT 1 |
0.155
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3317 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1851) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3379 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1477) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3391 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1627 LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4051 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 702
ORDER BY `position` |
0.155
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4133 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) LIMIT 1 |
0.155
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4218 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitreviews" LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4508 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 852) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4734 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1023) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5147 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1190 LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5396 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1299) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5489 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1885) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1793 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 279 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1294) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 419 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 65 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 837 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1660) |
0.154
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 987 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1535) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1030 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1804) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1089 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1640
AND image_shop.`cover` = 1 LIMIT 1 |
0.154
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1155 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1186 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1528) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1242 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1865 AND id_shop=1 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1371 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1425 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 65 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1453 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1461 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1533) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1811 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1364 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2126 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1621
AND image_shop.`cover` = 1 LIMIT 1 |
0.154
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2139 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1669
AND image_shop.`cover` = 1 LIMIT 1 |
0.154
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2194 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1728 AND `id_shop` = 1 |
0.154
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2249 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1565
AND image_shop.`cover` = 1 LIMIT 1 |
0.154
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2305 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1889
AND image_shop.`cover` = 1 LIMIT 1 |
0.154
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2550 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1794
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2672 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1870 AND id_shop=1 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2679 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1870 |
0.154
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2704 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2841 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1043) |
0.154
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2851 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 534
AND image_shop.`cover` = 1 LIMIT 1 |
0.154
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3045 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1871) |
0.154
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3102 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1178) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3233 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1165) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3327 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1262 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3346 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1894
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4040 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 852
ORDER BY `position` |
0.154
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4096 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1 |
0.154
ms
|
8 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1390 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:110 (getPageCategoryNameHierarchy)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4360 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1871 LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4766 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1553) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5395 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1299) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5590 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1098 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2658 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1747 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 5
AND cl.id_shop = 1
AND cl.`id_category` = 65 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5658 (getLinkRewrite)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 293 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1648 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 379 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1872 AND id_shop=1 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 405 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1874 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 993 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1008 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1170 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1459 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1533 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1467 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1624 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1818) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1709 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1137 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1786 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1574) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1799 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1505 AND `id_group` = 1 LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1822 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1671 AND id_shop=1 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1990 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1331
AND image_shop.`cover` = 1 LIMIT 1 |
0.153
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2182 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1728
AND image_shop.`cover` = 1 LIMIT 1 |
0.153
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2434 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 676 AND `id_group` = 1 LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2837 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1043
AND image_shop.`cover` = 1 LIMIT 1 |
0.153
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2995 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1077) |
0.153
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3071 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1892) |
0.153
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3115 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 69 AND `id_group` = 1 LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3129 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 852) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3135 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3272 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1552) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3412 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 28 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4099 |
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 1796) AND (pl.id_lang = 5 AND pl.id_shop = 1 ) LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/Product.php:7727
/modules/cdc_googletagmanager/services/Gtm_Product.php:184 (getProductName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4100 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 58) LIMIT 1 |
0.153
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4635 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1906) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4740 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1023 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5404 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1299 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5643 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1748) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 437 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1293 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 551 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1795) |
0.153
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1229 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1828 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1344 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1873) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1543 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1696 AND `id_group` = 1 LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1598 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1115 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1703 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1137
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2021 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1556
AND image_shop.`cover` = 1 LIMIT 1 |
0.153
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2652 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 15 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4053 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 1851
ORDER BY `position` |
0.153
ms
|
4 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/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:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1114) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 24
AND `active` = 1 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/override/classes/Product.php:23 (getNameById)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 349 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1879 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 943 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.152
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1279 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1540 AND id_shop=1 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1432 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1185) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1931 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1327
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2085 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1426
AND image_shop.`cover` = 1 LIMIT 1 |
0.152
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2457 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1426) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2519 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1914
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2616 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1365) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2959 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1078
AND image_shop.`cover` = 1 LIMIT 1 |
0.152
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3167 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 171 AND `id_group` = 1 LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3282 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1552 AND id_shop=1 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3305 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4864 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 702 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5287 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.152
ms
|
1 |
|
|
/classes/module/Module.php:2046
/classes/Hook.php:935 (getExceptionsStatic)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 190 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1499 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 424 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1184 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 779 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1239) |
0.152
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 924 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1466 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 998 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1537 AND id_shop=1 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1210 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 16 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1438 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1447 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1813) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1473 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 931 AND id_shop=1 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2629 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1365
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4046 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 1023
ORDER BY `position` |
0.152
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4988 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1894) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5327 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 203 AND `id_shop` = 1 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1114 AND `id_group` = 1 LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 426 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1184) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 659 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 928) |
0.151
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1663 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1841) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2449 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1471 LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2646 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1745) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2886 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1639) |
0.151
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3583 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1856) |
0.151
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1114 AND id_shop=1 LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 383 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1872) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1115 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1862
AND image_shop.`cover` = 1 LIMIT 1 |
0.151
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1160 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1351 AND id_shop=1 LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1335 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1886 AND id_shop=1 LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1470 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 931
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1500 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 929
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1550 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 14 LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1722 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1495 LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2125 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.151
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2680 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1426) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2747 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 640) |
0.151
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2878 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1123) |
0.151
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3105 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 69 LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3377 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1477 LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3465 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1885) |
0.151
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4110 |
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 1255) AND (pl.id_lang = 5 AND pl.id_shop = 1 ) LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/Product.php:7727
/modules/cdc_googletagmanager/services/Gtm_Product.php:184 (getProductName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4475 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1255) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4921 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1851) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5290 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 199 AND `id_shop` = 1 LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5466 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1885 LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1305 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1294) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3152 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 171) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4412 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1892) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5301 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1153) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.150
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:27 (require)
|
| 271 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1294 LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1227 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1828 AND `id_group` = 1 LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1428 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1185 AND id_shop=1 LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1950 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1328 AND `id_group` = 1 LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2181 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.150
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2525 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1914 LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2656 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1747 AND id_shop=1 LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2669 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1870
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2729 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3106 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 69 LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3122 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3405 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1190) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3663 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1445) |
0.150
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4044 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 1906
ORDER BY `position` |
0.150
ms
|
4 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4097 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 10) LIMIT 1 |
0.150
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1339 (__construct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1396 (getCategoryName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:110 (getPageCategoryNameHierarchy)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4700 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1023) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4922 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1851) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 370 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 376 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1872
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 394 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1873 AND id_shop=1 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 396 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1873 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 404 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 493 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 728
AND image_shop.`cover` = 1 LIMIT 1 |
0.149
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 922 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1466 AND id_shop=1 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1075 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.149
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1295 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1839 AND id_shop=1 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1531 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1696) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1840 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1165 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1860 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1191 AND `id_group` = 1 LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1862 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1191 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2044 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1306 AND `id_shop` = 1 |
0.149
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2151 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1669 AND `id_shop` = 1 |
0.149
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2262 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1567
AND image_shop.`cover` = 1 LIMIT 1 |
0.149
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2275 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1385
AND image_shop.`cover` = 1 LIMIT 1 |
0.149
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2317 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1889 AND `id_shop` = 1 |
0.149
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2478 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1746 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2500 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 392) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2615 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 38 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2774 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 941) |
0.149
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3026 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1796 AND `id_shop` = 1 |
0.149
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3211 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 12 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3227 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 447) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3267 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1553 |
0.149
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3268 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1426) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4102 |
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 1871) AND (pl.id_lang = 5 AND pl.id_shop = 1 ) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/Product.php:7727
/modules/cdc_googletagmanager/services/Gtm_Product.php:184 (getProductName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4538 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 852) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5019 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1477) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5202 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 28) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5256 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1153) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5583 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1098) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 22 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "antispamprotector" LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/antispamprotector/antispamprotector.php:1284 (isEnabled)
/classes/Hook.php:1083 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1114 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 362 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1880 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 496 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 728) |
0.148
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 522 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1792) |
0.148
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 860 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1528
AND `required` = 1 AND `is_deleted` = 0 |
0.148
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 965 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1497 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 984 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1535 AND `id_group` = 1 LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1088 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.148
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1626 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1818) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1680 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1841 AND `id_group` = 1 LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1736 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1568 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2248 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.148
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2344 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1917 AND `id_group` = 1 LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2455 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 676) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2531 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 392) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2675 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1870 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2862 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 534 AND `id_shop` = 1 |
0.148
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2883 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1639
AND image_shop.`cover` = 1 LIMIT 1 |
0.148
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3091 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1255 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3308 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1851
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4231 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1193 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4602 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1893) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5229 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 28) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5230 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 28) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5236 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 28 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5371 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1154 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5551 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 86) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 856 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1528 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1492 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 929 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1896 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 15 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1921 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1326 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2251 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1565 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4382 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1892) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 19 LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/AddressFormat.php:656
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pm_advancedsearch4" LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:349 (isEnabled)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:215 (getAdvancedSearchInstance)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:373 (getModuleConfiguration)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:463 (isInMaintenance)
/classes/Hook.php:1083 (hookProductSearchProvider)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:275 (exec)
/classes/controller/ProductListingFrontController.php:311 (getProductSearchProviderFromModules)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 336) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1793) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 822 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1805) |
0.147
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1349 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1877) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1362 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1877
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1476 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 931 LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1888 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1056 LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2034 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1306
AND image_shop.`cover` = 1 LIMIT 1 |
0.147
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2384 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1798 AND `id_group` = 1 LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2535 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1328) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2536 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1328) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3098 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 69) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3217 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1023 AND id_shop=1 LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3219 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1023 LIMIT 1 |
0.147
ms
|
3 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3343 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4668 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1906) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4857 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 702) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5365 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1154) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5619 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1098 LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 435 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1293 AND id_shop=1 LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 615 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1232
AND image_shop.`cover` = 1 LIMIT 1 |
0.147
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1062 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1868 LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1135 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1860) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1157 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1351
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1173 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1624
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1270 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1864 AND `id_group` = 1 LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2012 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1668 AND id_shop=1 LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2235 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.147
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2335 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.147
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2458 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1426) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2563 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1793) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3142 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1893 AND `id_group` = 1 LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3176 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1906
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5210 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 28 LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 332 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1878 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 375 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-11-17 00:00:00' AND '2025-11-17 23:59:59' LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/SpecificPrice.php:381
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 422 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1184 AND id_shop=1 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1365 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1877 AND `id_group` = 1 LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1388 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1864) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2622 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1365 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2760 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1142) |
0.146
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3262 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1553 LIMIT 1 |
0.146
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3275 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1552) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3352 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1894 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3612 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1332) LIMIT 1 |
0.146
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4828 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 702) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5342 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1154 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1395 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 409 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1874 AND id_shop=1 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 478 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1812
AND image_shop.`cover` = 1 LIMIT 1 |
0.146
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1534 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1696 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1621 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1660) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1762 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 461 AND `id_group` = 1 LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2033 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.146
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2408 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1389 AND `id_group` = 1 LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2637 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 10
AND `active` = 1 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/override/classes/Product.php:23 (getNameById)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2660 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1747) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3001 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1193
AND image_shop.`cover` = 1 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3014 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1796
AND image_shop.`cover` = 1 LIMIT 1 |
0.146
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3038 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.146
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3299 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 702) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3349 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1894 AND id_shop=1 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3385 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 14 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3403 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1190 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4095 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1 |
0.146
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1390 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:110 (getPageCategoryNameHierarchy)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4113 |
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 852) AND (pl.id_lang = 5 AND pl.id_shop = 1 ) LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/Product.php:7727
/modules/cdc_googletagmanager/services/Gtm_Product.php:184 (getProductName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4858 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 702) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5141 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1190 |
0.146
ms
|
8 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:95 (getCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5307 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1153 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5397 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1299) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5427 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1299) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5495 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1885 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5645 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1748) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1625 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1818) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2599 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 38 LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 26 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1 |
0.145
ms
|
3 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1826 AND id_shop=1 LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1878 AND id_shop=1 LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 398 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1873) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 735 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1237) |
0.145
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 757 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1238) |
0.145
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 801 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1240) |
0.145
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1126 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1862 AND `id_shop` = 1 |
0.145
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1373 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1866
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1429 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1185 AND `id_group` = 1 LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1583 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 447) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1629 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1818 LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1659 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1840) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1849 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1165 AND `id_group` = 1 LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1875 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1916 LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1937 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1327 LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2504 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1327) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3187 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1830) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3238 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1127 LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3313 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1851 LIMIT 1 |
0.145
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3401 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1190 AND id_shop=1 LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5297 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Group.php:400 (isAssociatedToShop)
/classes/Product.php:3652 (getCurrent)
/classes/Product.php:748 (getPriceStatic)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 16 LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 246 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 603 AND id_shop=1 LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 358 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1880 LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 432 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 605 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1840) |
0.144
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 995 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1537
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1016 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1538 LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1101 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.144
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1132 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1840) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1573 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1645 LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1671 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1841 LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1694 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1564 LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1747 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 461) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1750 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1574) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1966 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1329 AND `id_group` = 1 LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2331 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1621 LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2605 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 912 LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2770 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 941
AND image_shop.`cover` = 1 LIMIT 1 |
0.144
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2850 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.144
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3039 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1871
AND image_shop.`cover` = 1 LIMIT 1 |
0.144
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3081 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1255
AND image_shop.`cover` = 1 LIMIT 1 |
0.144
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3191 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1905) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3243 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1127 AND id_shop=1 LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3321 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1262) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3333 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1262 AND id_shop=1 LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3372 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 15 LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3995 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1153
AND `required` = 1 AND `is_deleted` = 0 |
0.144
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4154 |
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 1885) AND (pl.id_lang = 5 AND pl.id_shop = 1 ) LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/Product.php:7727
/modules/cdc_googletagmanager/services/Gtm_Product.php:184 (getProductName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4194 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1193 |
0.144
ms
|
6 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:95 (getCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4289 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1796) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5644 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1748) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5701 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 194 AND `id_shop` = 1 LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:417 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 5
AND cl.id_shop = 1
AND cl.`id_category` = 12 LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5658 (getLinkRewrite)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1252 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1805) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 209 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1797 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 281 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1499) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 619 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1232) |
0.143
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1053 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1812) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1149 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1860 AND `id_group` = 1 LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1309 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1424) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1338 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1886 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1386 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1804) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1613 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1325 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1720 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1495 AND `id_group` = 1 LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1776 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1569 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1787 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1574) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2020 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.143
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2064 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 804 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2261 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.143
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2289 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.143
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2425 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 676 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2556 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1794 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2632 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1365 AND `id_group` = 1 LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2909 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1450
AND image_shop.`cover` = 1 LIMIT 1 |
0.143
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2947 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1854 AND `id_shop` = 1 |
0.143
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3197 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1905 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3260 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1553 AND id_shop=1 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3357 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 171) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3892 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1193
AND `required` = 1 AND `is_deleted` = 0 |
0.143
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4256 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1796 |
0.143
ms
|
7 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:95 (getCategories)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5020 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1477) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5520 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 86) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5550 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 86) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 336 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1782 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 577 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 350) |
0.143
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1179 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1624 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1261 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1864 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1530 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1696) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2138 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.143
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2882 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.143
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3254 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3404 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1190 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4035 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 1892
ORDER BY `position` |
0.143
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 5
AND cl.id_shop = 1
AND cl.`id_category` = 13 LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5658 (getLinkRewrite)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 364 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1880) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 509 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1178) |
0.142
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 535 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1827) |
0.142
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 669 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1530
AND image_shop.`cover` = 1 LIMIT 1 |
0.142
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 775 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1239
AND image_shop.`cover` = 1 LIMIT 1 |
0.142
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 986 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1535 LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1582 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 447) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1667 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1860) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1825 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1671 LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2121 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1426 LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2721 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1648) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2742 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 640
AND image_shop.`cover` = 1 LIMIT 1 |
0.142
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2857 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 534 AND id_shop=1 LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3179 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1906 AND id_shop=1 LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3225 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 447) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3326 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1556) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3375 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1477 AND id_shop=1 LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3449 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1299
AND image_shop.`cover` = 1 LIMIT 1 |
0.142
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4085 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 1098
ORDER BY `position` |
0.142
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4121 |
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 1553) AND (pl.id_lang = 5 AND pl.id_shop = 1 ) LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/Product.php:7727
/modules/cdc_googletagmanager/services/Gtm_Product.php:184 (getProductName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 44 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
0.142
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:690 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1648 LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 587 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1727
AND image_shop.`cover` = 1 LIMIT 1 |
0.142
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 819 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1805
AND image_shop.`cover` = 1 LIMIT 1 |
0.142
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 898 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1109 LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1345 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1873) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3487 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.142
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 5
AND cl.id_shop = 1
AND cl.`id_category` = 16 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5658 (getLinkRewrite)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 673 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1530) |
0.141
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 687 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 595) |
0.141
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1057 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1868) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1071 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1868 AND `id_group` = 1 LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1190 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1613) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1833 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1165) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1989 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.141
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3068 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1892
AND image_shop.`cover` = 1 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3257 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1553
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4118 |
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 1023) AND (pl.id_lang = 5 AND pl.id_shop = 1 ) LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/Product.php:7727
/modules/cdc_googletagmanager/services/Gtm_Product.php:184 (getProductName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5433 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1299 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5528 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 86 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1486 AND id_shop=1 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 564 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 447) |
0.141
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 649 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1229) |
0.141
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1204 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1613 AND `id_group` = 1 LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1256 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1864) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1354 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1877 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1483 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 928) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1487 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 929) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1753 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 461 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2032 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1556
AND `required` = 1 AND `is_deleted` = 0 |
0.141
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2097 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.141
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2720 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1648) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2757 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1142
AND image_shop.`cover` = 1 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3390 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1627 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3411 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 12 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3658 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1445
AND image_shop.`cover` = 1 LIMIT 1 |
0.141
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4137 |
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 1190) AND (pl.id_lang = 5 AND pl.id_shop = 1 ) LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/Product.php:7727
/modules/cdc_googletagmanager/services/Gtm_Product.php:184 (getProductName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5257 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1153) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5702 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:419 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.140
ms
|
1 |
|
|
/classes/ObjectModel.php:1592
/classes/ObjectModel.php:1624 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1555 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:567 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1005 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 700 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1236) |
0.140
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1314 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1424 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1596 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1115 AND `id_group` = 1 LIMIT 1 |
0.140
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1707 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1137 AND `id_group` = 1 LIMIT 1 |
0.140
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1734 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1568 AND `id_group` = 1 LIMIT 1 |
0.140
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2908 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.140
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1 |
0.140
ms
|
3 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1826 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1486 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 280 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1294 |
0.140
ms
|
1 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 357 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 360 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1880 AND id_shop=1 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 406 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1874
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 458 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.140
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 656 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 928
AND image_shop.`cover` = 1 LIMIT 1 |
0.140
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 951 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1222 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1282 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1540 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1323 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1424 AND `id_group` = 1 LIMIT 1 |
0.140
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1389 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1864) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1416 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1864) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1653 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1863 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2093 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1426) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2304 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.140
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2690 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1848 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3214 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1023
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3224 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1023 |
0.140
ms
|
3 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3311 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1851 AND id_shop=1 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4107 |
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 1892) AND (pl.id_lang = 5 AND pl.id_shop = 1 ) LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/Product.php:7727
/modules/cdc_googletagmanager/services/Gtm_Product.php:184 (getProductName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4132 |
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 1627) AND (pl.id_lang = 5 AND pl.id_shop = 1 ) LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/Product.php:7727
/modules/cdc_googletagmanager/services/Gtm_Product.php:184 (getProductName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4383 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1892) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4441 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1255) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5289 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitreviews" LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 336 LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 8
AND `active` = 1 LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/override/classes/Product.php:23 (getNameById)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 182 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 736) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 222 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1486 LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 331 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 345 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1879 LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1187 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1528) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1253 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1805) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1346 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1873) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1350 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1877) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1379 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1866 LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1518 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1697 LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1526 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1693) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1664 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1841) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1692 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1564 AND `id_group` = 1 LIMIT 1 |
0.139
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1837 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1640) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1993 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1331 LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2260 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1565
AND `required` = 1 AND `is_deleted` = 0 |
0.139
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2456 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 676) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2459 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1426) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2564 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1793) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2578 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1359 LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2860 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 534 LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2921 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1450 AND `id_shop` = 1 |
0.139
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2971 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1078 AND `id_shop` = 1 |
0.139
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3051 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1871 AND `id_shop` = 1 |
0.139
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3292 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3295 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 702 AND id_shop=1 LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4124 |
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 702) AND (pl.id_lang = 5 AND pl.id_shop = 1 ) LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/Product.php:7727
/modules/cdc_googletagmanager/services/Gtm_Product.php:184 (getProductName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4295 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1796 LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5027 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1477 LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1716 LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1486 |
0.138
ms
|
1 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 309 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1903 AND id_shop=1 LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 684 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 595
AND image_shop.`cover` = 1 LIMIT 1 |
0.138
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 832 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1660
AND image_shop.`cover` = 1 LIMIT 1 |
0.138
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 854 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1528 AND `id_group` = 1 LIMIT 1 |
0.138
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1001 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1537 LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1136 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1860) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1387 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1804) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1446 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1813 LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1571 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1645 AND `id_group` = 1 LIMIT 1 |
0.138
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1751 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1574) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2591 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 596 LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2617 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1365) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2836 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.138
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2895 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.138
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2896 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1174
AND image_shop.`cover` = 1 LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3422 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.138
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3491 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1098) |
0.138
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3688 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1681) |
0.138
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5708 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:419 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 24 AND ctg.`id_group` = 1 LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/Category.php:1754
/controllers/front/listing/CategoryController.php:90 (checkAccess)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 291 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1114 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.138
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2274 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.138
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3188 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1830) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4114 |
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 1893) AND (pl.id_lang = 5 AND pl.id_shop = 1 ) LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/Product.php:7727
/modules/cdc_googletagmanager/services/Gtm_Product.php:184 (getProductName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 159 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 5
AND cl.id_shop = 1
AND cl.`id_category` = 11 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5658 (getLinkRewrite)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 325 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1005) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 351 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1879) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 574 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 350
AND image_shop.`cover` = 1 LIMIT 1 |
0.137
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 697 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1236
AND image_shop.`cover` = 1 LIMIT 1 |
0.137
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1029 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1804 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1140 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1860 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1410 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1888 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1790 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1505 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2247 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 607
AND `required` = 1 AND `is_deleted` = 0 |
0.137
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2298 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1698 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2501 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 392) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2698 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1848 AND `id_group` = 1 LIMIT 1 |
0.137
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2816 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1878 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2938 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1854 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3000 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.137
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3036 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1795 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3359 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 171) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3439 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1154) |
0.137
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3452 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1299) |
0.137
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5521 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 86) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 28 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'CHF') LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1797) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 444 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1499) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 561 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 447
AND image_shop.`cover` = 1 LIMIT 1 |
0.137
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 622 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1232 LIMIT 1 |
0.137
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 647 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1229 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 874 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1574
AND `required` = 1 AND `is_deleted` = 0 |
0.137
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1460 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1533 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1788 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1574) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2505 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1327) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2523 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1914 AND `id_group` = 1 LIMIT 1 |
0.137
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2673 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1870 AND `id_group` = 1 LIMIT 1 |
0.137
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2685 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1848) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2849 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1043
AND `required` = 1 AND `is_deleted` = 0 |
0.137
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2958 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.137
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3426 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1153) |
0.137
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1826 LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1826) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 519 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1792
AND image_shop.`cover` = 1 LIMIT 1 |
0.136
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 545 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1795
AND image_shop.`cover` = 1 LIMIT 1 |
0.136
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 883 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1693 AND `id_group` = 1 LIMIT 1 |
0.136
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 949 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1222 AND `id_group` = 1 LIMIT 1 |
0.136
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1195 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1613 LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1390 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1864) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1408 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1888 AND `id_group` = 1 LIMIT 1 |
0.136
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1834 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1165) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2931 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1184 LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5717 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 210 AND `id_shop` = 1 LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php:84 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d278025a4_64451772)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2301 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:552 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 122 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1782) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 275 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1294 LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 912 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1762 LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 963 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1497 AND `id_group` = 1 LIMIT 1 |
0.136
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 999 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1537 AND `id_group` = 1 LIMIT 1 |
0.136
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1431 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1185 LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1838 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1640) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1902 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1830 AND `id_group` = 1 LIMIT 1 |
0.136
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1919 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1326 AND `id_group` = 1 LIMIT 1 |
0.136
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2934 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.136
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3128 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 852 LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4143 |
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 1153) AND (pl.id_lang = 5 AND pl.id_shop = 1 ) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/Product.php:7727
/modules/cdc_googletagmanager/services/Gtm_Product.php:184 (getProductName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4157 |
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 86) AND (pl.id_lang = 5 AND pl.id_shop = 1 ) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/Product.php:7727
/modules/cdc_googletagmanager/services/Gtm_Product.php:184 (getProductName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4160 |
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 1098) AND (pl.id_lang = 5 AND pl.id_shop = 1 ) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/Product.php:7727
/modules/cdc_googletagmanager/services/Gtm_Product.php:184 (getProductName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5079 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1627) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 797 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1240
AND image_shop.`cover` = 1 LIMIT 1 |
0.135
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1163 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1351 LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1351 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1877) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3189 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1830) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3360 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1528) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4089 |
SELECT SQL_NO_CACHE c.id_elementor FROM ps_iqit_elementor_category c WHERE c.id_category = 24 LIMIT 1 |
0.135
ms
|
1 |
|
|
/modules/iqitelementor/src/IqitElementorCategory.php:87
/modules/iqitelementor/src/IqitElementorCategory.php:98 (getIdByCategory)
/modules/iqitelementor/iqitelementor.php:853 (isJustElementor)
/classes/Hook.php:1083 (hookIsJustElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:32 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4177 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitwishlist" LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/f9/28/13/f92813146f4e46213aba77e4554cac68e9370f9f_2.file.header-2.tpl.php:97 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d275bb005_09562619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d27585ba5_61788678)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4674 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1906 LIMIT 1 |
0.135
ms
|
0 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 34 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1 |
0.135
ms
|
3 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 89 AND `id_shop` = 1 LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/controller/FrontController.php:1669 (isEnabled)
/classes/controller/FrontController.php:1813 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 196 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1499) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 5
AND cl.id_shop = 1
AND cl.`id_category` = 58 LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5658 (getLinkRewrite)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 227 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1486) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 230 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 13 LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 603) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1878) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 753 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1238
AND image_shop.`cover` = 1 LIMIT 1 |
0.135
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1014 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1538 AND `id_group` = 1 LIMIT 1 |
0.135
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1074 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1895
AND `required` = 1 AND `is_deleted` = 0 |
0.135
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1258 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1864) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1306 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1294) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1417 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1864) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1484 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 928) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1665 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1841) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2173 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1571 LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2785 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1883
AND image_shop.`cover` = 1 LIMIT 1 |
0.135
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3067 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.135
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3099 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 69) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3182 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1906 LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3324 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1556) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3328 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1262 LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3478 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 86) |
0.135
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3552 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1189
AND image_shop.`cover` = 1 LIMIT 1 |
0.135
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3685 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1681
AND image_shop.`cover` = 1 LIMIT 1 |
0.135
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3701 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1250) |
0.135
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4140 |
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 28) AND (pl.id_lang = 5 AND pl.id_shop = 1 ) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/Product.php:7727
/modules/cdc_googletagmanager/services/Gtm_Product.php:184 (getProductName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4149 |
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 1299) AND (pl.id_lang = 5 AND pl.id_shop = 1 ) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/Product.php:7727
/modules/cdc_googletagmanager/services/Gtm_Product.php:184 (getProductName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4187 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 0 LIMIT 1 |
0.135
ms
|
0 |
|
|
/classes/Supplier.php:243
/classes/Product.php:735 (getNameById)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4263 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1796 LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5674 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1748) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5703 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:419 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 115 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1716) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 180 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 736 LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 242 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1793 LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 391 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1873
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 532 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1827
AND image_shop.`cover` = 1 LIMIT 1 |
0.134
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 559 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.134
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 731 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1237
AND image_shop.`cover` = 1 LIMIT 1 |
0.134
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 846 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.134
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1043 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1895 AND `id_group` = 1 LIMIT 1 |
0.134
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1058 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1868) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1257 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1864) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1298 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1839 LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1310 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1424) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1444 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1813 AND `id_group` = 1 LIMIT 1 |
0.134
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1668 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1860) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2659 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1747 LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2713 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1704 LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2853 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 534 LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3080 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.134
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3286 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1552 AND `id_group` = 1 LIMIT 1 |
0.134
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3461 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.134
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3462 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1885
AND image_shop.`cover` = 1 LIMIT 1 |
0.134
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3555 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1189) |
0.134
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4129 |
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 1477) AND (pl.id_lang = 5 AND pl.id_shop = 1 ) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/Product.php:7727
/modules/cdc_googletagmanager/services/Gtm_Product.php:184 (getProductName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4146 |
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 1154) AND (pl.id_lang = 5 AND pl.id_shop = 1 ) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/Product.php:7727
/modules/cdc_googletagmanager/services/Gtm_Product.php:184 (getProductName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4182 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitproductsnav" LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/18/a0/30/18a030d69ef0a0a517d1943fd35ee9c778cc8303_2.file.breadcrumb.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d277488e9_20200467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4994 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1894 LIMIT 1 |
0.134
ms
|
0 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5109 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1627) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5557 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 86 LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Core/Image/ImageFormatConfiguration.php:69 (isEnabled)
/src/Adapter/Image/ImageRetriever.php:209 (getGenerationFormats)
/controllers/front/listing/CategoryController.php:239 (getImage)
/controllers/front/listing/CategoryController.php:205 (getImage)
/controllers/front/listing/CategoryController.php:99 (getTemplateVarCategory)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1782 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1395 AND id_shop=1 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 134 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1395 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1395) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 311 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1903 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 323 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1005 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 336 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1878 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 344 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 412 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1874 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 438 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1293 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 506 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1178
AND image_shop.`cover` = 1 LIMIT 1 |
0.133
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 601 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.133
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 774 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.133
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1311 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1424) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1886 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1056 AND `id_group` = 1 LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1935 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1327 AND `id_group` = 1 LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2492 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1912 AND `id_group` = 1 LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2645 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1745 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2756 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.133
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3231 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1127) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3337 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1262 AND `id_group` = 1 LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3505 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1748) |
0.133
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3542 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1573) |
0.133
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4254 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1796) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5087 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1627 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1191 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1613) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2288 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1385
AND `required` = 1 AND `is_deleted` = 0 |
0.133
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2618 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1365) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 5
AND id_shop = 1 LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
| 104 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 336 AND id_shop=1 LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 736 AND id_shop=1 LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 26
AND `active` = 1 LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/override/classes/Product.php:23 (getNameById)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 492 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.132
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 925 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1466 LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1280 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1540 AND `id_group` = 1 LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2004 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1331
AND `required` = 1 AND `is_deleted` = 0 |
0.132
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2104 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1473 LIMIT 1 |
0.132
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2603 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 912 AND `id_group` = 1 LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2681 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1426) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2823 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.132
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3103 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1178) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3274 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1552) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3475 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 86
AND image_shop.`cover` = 1 LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3578 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1856
AND image_shop.`cover` = 1 LIMIT 1 |
0.132
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4180 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitmegamenu" LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/f9/28/13/f92813146f4e46213aba77e4554cac68e9370f9f_2.file.header-2.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d275bb005_09562619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d27585ba5_61788678)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5139 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1190) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1499 LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 590 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1727
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1192 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1613) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1651 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1863 AND `id_group` = 1 LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2447 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1471 AND `id_group` = 1 LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4390 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1892 LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.131
ms
|
8 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:224 (getFormattedName)
/controllers/front/listing/CategoryController.php:239 (getImage)
/controllers/front/listing/CategoryController.php:205 (getImage)
/controllers/front/listing/CategoryController.php:99 (getTemplateVarCategory)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1793 AND id_shop=1 LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1294 AND id_shop=1 LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 303 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 61
AND `active` = 1 LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/override/classes/Product.php:23 (getNameById)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 655 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.131
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 796 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.131
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1137 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1860) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3013 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.131
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3232 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1127) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3322 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1262) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3378 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1477 LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3648 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1330 LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1499 AND id_shop=1 LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 603 LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1793 LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 295 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1648 AND id_shop=1 LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1903) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 752 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.131
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1113 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1692
AND `required` = 1 AND `is_deleted` = 0 |
0.131
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2619 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1365) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3325 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1556) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3893 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.131
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4173 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:114 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d27585ba5_61788678)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4200 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1193 LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 668 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.130
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 936 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 601 AND `id_group` = 1 LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2177 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1830 LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2682 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1426) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3247 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1127 AND `id_group` = 1 LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5681 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1748 LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 141 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 39
AND `active` = 1 LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/override/classes/Product.php:23 (getNameById)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1797 AND id_shop=1 LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 347 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1879 AND id_shop=1 LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 382 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1872 LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 544 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.130
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 818 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.130
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1774 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1569 AND `id_group` = 1 LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2222 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1118 LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2476 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1746 AND `id_group` = 1 LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2876 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1123 LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3205 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1905 AND `id_group` = 1 LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3278 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1552 LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 614 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.129
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1782 AND id_shop=1 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 773 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1238
AND `required` = 1 AND `is_deleted` = 0 |
0.129
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1059 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1868) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1243 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1865 AND `id_group` = 1 LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1336 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1886 AND `id_group` = 1 LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1516 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1697 AND `id_group` = 1 LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1977 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1330 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2019 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1668
AND `required` = 1 AND `is_deleted` = 0 |
0.129
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2070 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1306
AND `required` = 1 AND `is_deleted` = 0 |
0.129
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2103 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1473 AND `id_group` = 1 LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2180 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1669
AND `required` = 1 AND `is_deleted` = 0 |
0.129
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2273 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1567
AND `required` = 1 AND `is_deleted` = 0 |
0.129
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2686 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1848) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2999 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1078
AND `required` = 1 AND `is_deleted` = 0 |
0.129
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3298 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 702 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3930 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.129
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4192 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1193) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5116 |
SELECT SQL_NO_CACHE `sale_nbr` FROM ps_product_sale WHERE `id_product` = 1627 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/ProductSale.php:259
/override/modules/productlabelsandstickers/productlabelsandstickers.php:104 (getNbrSales)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5718 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitcookielaw" LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:552 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pm_advancedsearch" LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:352 (isEnabled)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:215 (getAdvancedSearchInstance)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:373 (getModuleConfiguration)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:463 (isInMaintenance)
/classes/Hook.php:1083 (hookProductSearchProvider)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:275 (exec)
/classes/controller/ProductListingFrontController.php:311 (getProductSearchProviderFromModules)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 231 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1499) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 64
AND `active` = 1 LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/override/classes/Product.php:23 (getNameById)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 321 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1005 AND id_shop=1 LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 397 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1873 LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 730 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.128
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 785 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1239 AND `id_shop` = 1 |
0.128
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1873 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1916 AND `id_group` = 1 LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2148 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1669 LIMIT 1 |
0.128
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2292 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1698 LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2334 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1889
AND `required` = 1 AND `is_deleted` = 0 |
0.128
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2576 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1359 AND `id_group` = 1 LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2741 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.128
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2796 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1883 AND `id_shop` = 1 |
0.128
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2992 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 941 LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3100 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 69) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3226 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 447) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3269 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1426) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3601 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1332
AND image_shop.`cover` = 1 LIMIT 1 |
0.128
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3984 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.128
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4092 |
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 1193) AND (pl.id_lang = 5 AND pl.id_shop = 1 ) LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/Product.php:7727
/modules/cdc_googletagmanager/services/Gtm_Product.php:184 (getProductName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5080 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1627) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5675 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1748) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 7
AND `active` = 1 LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/override/classes/Product.php:23 (getNameById)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 514 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1178) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1087 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 598
AND `required` = 1 AND `is_deleted` = 0 |
0.128
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3218 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1023 AND `id_group` = 1 LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 187 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 6
AND `active` = 1 LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/override/classes/Product.php:23 (getNameById)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 363 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1880 LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 505 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.127
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 682 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.127
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 696 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.127
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1554 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 737 AND `id_group` = 1 LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1823 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1671 AND `id_group` = 1 LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2083 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 809
AND `required` = 1 AND `is_deleted` = 0 |
0.127
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2234 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1728
AND `required` = 1 AND `is_deleted` = 0 |
0.127
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2268 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1567 LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2303 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1698
AND `required` = 1 AND `is_deleted` = 0 |
0.127
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2687 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1848) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2881 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 534
AND `required` = 1 AND `is_deleted` = 0 |
0.127
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3126 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 852 AND `id_group` = 1 LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3193 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1905) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3220 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1023 LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3235 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1165) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3323 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1262) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3361 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1528) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3531 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1745 LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3646 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1326 LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3918 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.127
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4115 |
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 1906) AND (pl.id_lang = 5 AND pl.id_shop = 1 ) LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/Product.php:7727
/modules/cdc_googletagmanager/services/Gtm_Product.php:184 (getProductName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4126 |
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 1894) AND (pl.id_lang = 5 AND pl.id_shop = 1 ) LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/Product.php:7727
/modules/cdc_googletagmanager/services/Gtm_Product.php:184 (getProductName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 942 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 601
AND `required` = 1 AND `is_deleted` = 0 |
0.127
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2096 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1426
AND `required` = 1 AND `is_deleted` = 0 |
0.127
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2124 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1473
AND `required` = 1 AND `is_deleted` = 0 |
0.127
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3234 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1165) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3358 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 171) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3948 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.127
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 600 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1727
AND `required` = 1 AND `is_deleted` = 0 |
0.126
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1458 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1533 AND `id_group` = 1 LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1611 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1325 AND `id_group` = 1 LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2589 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 596 AND `id_group` = 1 LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2769 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.126
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2835 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1845
AND `required` = 1 AND `is_deleted` = 0 |
0.126
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2907 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1174
AND `required` = 1 AND `is_deleted` = 0 |
0.126
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2957 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1854
AND `required` = 1 AND `is_deleted` = 0 |
0.126
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2993 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1077 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4088 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1748 |
0.126
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4169 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 193 AND `id_shop` = 1 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d27585ba5_61788678)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4224 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1193) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 77 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 13 LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 518 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.126
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 831 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.126
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1988 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1330
AND `required` = 1 AND `is_deleted` = 0 |
0.126
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2223 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1118 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3501 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1748
AND image_shop.`cover` = 1 LIMIT 1 |
0.126
ms
|
12 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3910 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.126
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4175 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitsearch" LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:87 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:89 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/f9/28/13/f92813146f4e46213aba77e4554cac68e9370f9f_2.file.header-2.tpl.php:60 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d275bb005_09562619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d27585ba5_61788678)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1161 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1351 AND `id_group` = 1 LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2226 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1139 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3389 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1627 AND `id_group` = 1 LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5110 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1627) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5711 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 113 AND `id_shop` = 1 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/8a/a8/61/8aa8613c3a6014cc0933300156240333e2f865df_2.file.footer-1.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/8a/a8/61/8aa8613c3a6014cc0933300156240333e2f865df_2.file.footer-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d277695d7_47900373)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2f/7f/81/2f7f81fe19e6ee48a5f2d384ff6f302ca7083877_2.file.footer.tpl.php:32 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d27764a71_00088928)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:516 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1 |
0.125
ms
|
3 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 172 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 5
AND `active` = 1 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/override/classes/Product.php:23 (getNameById)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 425 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1184 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 455 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.125
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 459 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.125
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 586 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.125
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 763 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1238 AND `id_shop` = 1 |
0.125
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1027 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1804 AND `id_group` = 1 LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1296 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1839 AND `id_group` = 1 LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1474 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 931 AND `id_group` = 1 LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1809 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1364 AND `id_group` = 1 LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2137 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1621
AND `required` = 1 AND `is_deleted` = 0 |
0.125
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2230 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1727 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3066 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1871
AND `required` = 1 AND `is_deleted` = 0 |
0.125
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3539 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1573
AND image_shop.`cover` = 1 LIMIT 1 |
0.125
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4012 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.125
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4161 |
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 1748) AND (pl.id_lang = 5 AND pl.id_shop = 1 ) LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Product.php:7727
/modules/cdc_googletagmanager/services/Gtm_Product.php:184 (getProductName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 195 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1499 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2711 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1704 AND `id_group` = 1 LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 380 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1872 AND `id_group` = 1 LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 531 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.124
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 869 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1574 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2768 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1142
AND `required` = 1 AND `is_deleted` = 0 |
0.124
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3194 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1905) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3263 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1553 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3270 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1426) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3436 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1154
AND image_shop.`cover` = 1 LIMIT 1 |
0.124
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3488 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1098
AND image_shop.`cover` = 1 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3698 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1250
AND image_shop.`cover` = 1 LIMIT 1 |
0.124
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4255 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1796) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5719 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 187 AND `id_shop` = 1 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:552 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 12 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 625 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1232 AND `id_shop` = 1 |
0.123
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 741 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1237 AND `id_shop` = 1 |
0.123
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1123 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1862 LIMIT 1 |
0.123
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1177 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1624 AND `id_group` = 1 LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1377 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1866 AND `id_group` = 1 LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2142 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1669 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2822 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1883
AND `required` = 1 AND `is_deleted` = 0 |
0.123
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2933 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1450
AND `required` = 1 AND `is_deleted` = 0 |
0.123
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3180 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1906 AND `id_group` = 1 LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3192 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1905) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3314 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1851 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3362 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1528) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3435 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.123
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3538 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.123
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3684 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.123
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3697 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.123
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5140 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1190) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 896 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1109 AND `id_group` = 1 LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 807 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1240 AND `id_shop` = 1 |
0.122
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 910 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1762 AND `id_group` = 1 LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2128 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1621 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2203 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1139) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2783 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.122
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2825 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2840 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1043 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3089 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1255 AND `id_group` = 1 LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3669 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1445 AND `id_shop` = 1 |
0.122
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3696 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1681
AND `required` = 1 AND `is_deleted` = 0 |
0.122
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2065 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 804 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2108 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1473) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2308 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1889 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3537 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1748
AND `required` = 1 AND `is_deleted` = 0 |
0.122
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3565 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1884
AND image_shop.`cover` = 1 LIMIT 1 |
0.122
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3613 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1332 AND `id_shop` = 1 |
0.122
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4125 |
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 1851) AND (pl.id_lang = 5 AND pl.id_shop = 1 ) LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Product.php:7727
/modules/cdc_googletagmanager/services/Gtm_Product.php:184 (getProductName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1565 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1062 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:645 (generateEnhancedEcommerce)
/classes/Hook.php:1083 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4a/d2/04/4ad2046d5bc2004bacbefd824ca11736044b91d0_2.file.head.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d2750bb50_94247633)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3994 (getReductionByIdGroup)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 324 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1005 LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 456 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.121
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 504 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 728
AND `required` = 1 AND `is_deleted` = 0 |
0.121
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 706 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1236 AND `id_shop` = 1 |
0.121
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2185 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1728 LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3350 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1894 AND `id_group` = 1 LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4219 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 199 AND `id_shop` = 1 LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1 |
0.121
ms
|
3 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 61 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 19 LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 410 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1874 AND `id_group` = 1 LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 830 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1805
AND `required` = 1 AND `is_deleted` = 0 |
0.121
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2986 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1077 LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3657 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.121
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 845 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1660
AND `required` = 1 AND `is_deleted` = 0 |
0.120
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2100 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1473 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4183 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 196 AND `id_shop` = 1 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/18/a0/30/18a030d69ef0a0a517d1943fd35ee9c778cc8303_2.file.breadcrumb.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d277488e9_20200467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 23 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 135 AND `id_shop` = 1 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/antispamprotector/antispamprotector.php:1284 (isEnabled)
/classes/Hook.php:1083 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
| 45 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Tools.php:699 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1797 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 491 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1812
AND `required` = 1 AND `is_deleted` = 0 |
0.120
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 667 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 928
AND `required` = 1 AND `is_deleted` = 0 |
0.120
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 849 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1528 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1082 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 598 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2912 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1450 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2942 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1854 AND id_shop=1 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2944 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1854 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3012 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1193
AND `required` = 1 AND `is_deleted` = 0 |
0.120
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3042 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1871 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3079 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1892
AND `required` = 1 AND `is_deleted` = 0 |
0.120
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3084 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1255 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3448 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.120
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3683 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1445
AND `required` = 1 AND `is_deleted` = 0 |
0.120
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3976 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.120
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3421 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 28
AND `required` = 1 AND `is_deleted` = 0 |
0.119
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1782 LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 232 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1499) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 282 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1499) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 337 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1878 LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 395 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1873 AND `id_group` = 1 LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 572 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 447
AND `required` = 1 AND `is_deleted` = 0 |
0.119
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 923 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1466 AND `id_group` = 1 LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2014 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1668 LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2114 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1426) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2208 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1727) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2318 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1889) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2657 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1747 AND `id_group` = 1 LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2879 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1123 AND `id_group` = 1 LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3031 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1795) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3376 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1477 AND `id_group` = 1 LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3494 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1098 LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3898 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.119
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 31 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1 |
0.118
ms
|
3 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 336 LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 129 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 65 LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 461 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.118
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 517 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1178
AND `required` = 1 AND `is_deleted` = 0 |
0.118
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 654 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1232
AND `required` = 1 AND `is_deleted` = 0 |
0.118
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 695 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 595
AND `required` = 1 AND `is_deleted` = 0 |
0.118
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 722 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1518 LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 729 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1236
AND `required` = 1 AND `is_deleted` = 0 |
0.118
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 751 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1237
AND `required` = 1 AND `is_deleted` = 0 |
0.118
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1127 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1862) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2007 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 15 LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2238 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 607 LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2894 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1639
AND `required` = 1 AND `is_deleted` = 0 |
0.118
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3402 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1190 AND `id_group` = 1 LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3434 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1153
AND `required` = 1 AND `is_deleted` = 0 |
0.118
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3437 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 14 LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4178 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 203 AND `id_shop` = 1 LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/f9/28/13/f92813146f4e46213aba77e4554cac68e9370f9f_2.file.header-2.tpl.php:97 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d275bb005_09562619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d27585ba5_61788678)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4193 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1193) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/classes/Hook.php:1083 (hookdisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/62/84/c662849a5cae9552ec3ebd90f4cfba03045ab5ce_2.file.product-miniature-thumb.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c73de2_33436402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4225 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1193) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:94 (__construct)
/override/modules/productlabelsandstickers/productlabelsandstickers.php:26 (getStickersCollection)
/modules/productlabelsandstickers/productlabelsandstickers.php:660 (hookdisplayProductListFunctionalButtons)
/classes/Hook.php:1083 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/fb/c0/6afbc0c3a4d290322b7d6154febe0ad288c474c1_2.file.product-miniature-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c65fc1_84847635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/dc/73/f5/dc73f5a4497fe278bd5a7ee1177619c86cf6407e_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c5c2a9_76589168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/76/d7/23/76d723250584d8bcb675dc4a36450523e8803307_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9e84c55105_39511260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2195 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1728) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4184 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitelementor" LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:241 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 460 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.117
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2027 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1556 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2037 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1306 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2191 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1728 LIMIT 1 |
0.117
ms
|
3 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2198 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1118) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2276 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 14 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2283 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1385 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2643 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1745 AND `id_group` = 1 LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2782 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 941
AND `required` = 1 AND `is_deleted` = 0 |
0.117
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2919 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1450 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3473 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1885
AND `required` = 1 AND `is_deleted` = 0 |
0.117
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3681 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1385 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/pm_productsbyattributes/pm_productsbyattributes.php:349 (isEnabled)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:215 (getAdvancedSearchInstance)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:373 (getModuleConfiguration)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:463 (isInMaintenance)
/classes/Hook.php:1083 (hookProductSearchProvider)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:275 (exec)
/classes/controller/ProductListingFrontController.php:311 (getProductSearchProviderFromModules)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 795 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1239
AND `required` = 1 AND `is_deleted` = 0 |
0.117
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 817 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1240
AND `required` = 1 AND `is_deleted` = 0 |
0.117
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 871 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1574) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2008 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1668 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4172 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:114 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d27585ba5_61788678)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2110 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1229) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2130 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1621 AND id_shop=1 LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2740 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 597
AND `required` = 1 AND `is_deleted` = 0 |
0.116
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2755 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 640
AND `required` = 1 AND `is_deleted` = 0 |
0.116
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2991 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1077 AND id_shop=1 LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 223 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1486 LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 603 LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1499) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 530 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1792
AND `required` = 1 AND `is_deleted` = 0 |
0.116
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 613 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1840
AND `required` = 1 AND `is_deleted` = 0 |
0.116
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2023 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1556 LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2049 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 65 LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2057 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 804 LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2939 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1854
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1294 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 469 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.115
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 681 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1530
AND `required` = 1 AND `is_deleted` = 0 |
0.115
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 863 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2300 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1698) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3474 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.115
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3975 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1894
AND `required` = 1 AND `is_deleted` = 0 |
0.115
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 298 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1648 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 423 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1184 AND `id_group` = 1 LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2091 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1426 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2214 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1139 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2826 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1845 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2863 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 534) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3564 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.115
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 466 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.114
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 734 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1237 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4174 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 12 AND `id_shop` = 1 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:114 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d27585ba5_61788678)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 350 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1879 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 462 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.114
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 463 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.114
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 464 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.114
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 465 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.114
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1108 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1692 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1999 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1331 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2099 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2854 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 534
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2936 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3511 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1748 AND `id_shop` = 1 |
0.114
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3577 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.114
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3600 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.114
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3968 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.114
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4029 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1193 |
0.114
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1395 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1716 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 736 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 312 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1903 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 436 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1293 AND `id_group` = 1 LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 471 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.113
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 475 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.113
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 543 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1827
AND `required` = 1 AND `is_deleted` = 0 |
0.113
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 585 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 350
AND `required` = 1 AND `is_deleted` = 0 |
0.113
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 651 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1792 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1084 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 598) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1981 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1330 AND id_shop=1 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2127 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2156 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 19 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2196 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1728 |
0.113
ms
|
3 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2817 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1879 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3261 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1553 AND `id_group` = 1 LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3296 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 702 AND `id_group` = 1 LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3486 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 86
AND `required` = 1 AND `is_deleted` = 0 |
0.113
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3551 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.113
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3589 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1856 AND `id_shop` = 1 |
0.113
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3710 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.113
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3922 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.113
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3947 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1023
AND `required` = 1 AND `is_deleted` = 0 |
0.113
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3980 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.113
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1826 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 476 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.112
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1104 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1692 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2132 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1621 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2172 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1571 AND id_shop=1 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2174 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1571 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2962 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1078 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3460 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1299
AND `required` = 1 AND `is_deleted` = 0 |
0.112
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3890 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4181 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 194 AND `id_shop` = 1 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/f9/28/13/f92813146f4e46213aba77e4554cac68e9370f9f_2.file.header-2.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d275bb005_09562619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d27585ba5_61788678)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 233 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1499) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 507 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1078 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 598 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2102 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1473 AND id_shop=1 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2255 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1565 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1793 AND `id_group` = 1 LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 472 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.111
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 477 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.111
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 716 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1518 LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1983 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1330 LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2041 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1306 LIMIT 1 |
0.111
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2087 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1426 LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2220 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1118 AND id_shop=1 LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2948 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1854) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3500 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.111
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 457 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.111
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 867 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1574 AND id_shop=1 LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1093 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1640 AND id_shop=1 LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2314 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1889 LIMIT 1 |
0.111
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2319 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1889 |
0.111
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2830 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1845 LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3312 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1851 AND `id_group` = 1 LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3956 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.111
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4026 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.111
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1130 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1840) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2153 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1669) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2866 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1123) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 467 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.110
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 473 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.110
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 474 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.110
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 848 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1985 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1330) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2029 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1556) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2047 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1306 |
0.110
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3017 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1796 LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3074 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1892 LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4068 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 28 |
0.110
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4176 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 200 AND `id_shop` = 1 LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:87 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:89 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/f9/28/13/f92813146f4e46213aba77e4554cac68e9370f9f_2.file.header-2.tpl.php:60 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d275bb005_09562619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/55/b5/7e/55b57e2477c0111494e451d35af4bd0e4a2905ca_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d27585ba5_61788678)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4185 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 190 AND `id_shop` = 1 LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:241 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/f2/c0/36f2c0d8741ecf0e9c4faf862198e4df4c88ef90_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274f39a5_75695032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/c7/c1/5ec7c172abdeb4164092d41f0ee3b65434216b82_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e5564_74867785)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/f2/e4/2af2e422e5af552125dd52cd4895a7fff3e94cbb_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9d274e11c7_64749290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/0b/c5/460bc51679008345eed933ac9d48f4c8ec634095_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691b9eaee47a67_53009435)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/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:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2244 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 607) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2877 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1123 LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3938 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.109
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1 |
0.109
ms
|
3 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1486 AND `id_group` = 1 LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 468 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.109
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 646 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1229 AND id_shop=1 LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1117 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1862 LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1128 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1862 |
0.109
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1991 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2063 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 804 AND id_shop=1 LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2074 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 809 LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2078 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 809 LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2109 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1473 |
0.109
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2143 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1669
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2321 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1621) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2864 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 534 |
0.109
ms
|
1 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2960 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 81 LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2994 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1077 LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3532 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1746 LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3599 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1856
AND `required` = 1 AND `is_deleted` = 0 |
0.109
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3906 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.109
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1716 AND `id_group` = 1 LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1648 AND `id_group` = 1 LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 658 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 928 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 835 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1660
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 870 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1574 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1091 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1640 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1095 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1640 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1116 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2089 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1426 AND id_shop=1 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2154 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1669 |
0.108
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2183 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 12 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2189 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1728 AND id_shop=1 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2227 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1139 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2237 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2264 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1567 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2306 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2737 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 597) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2806 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1879) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2818 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1880 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2828 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1845 AND id_shop=1 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3023 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1796 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3027 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1796) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3504 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1748 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 756 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1238 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1090 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 12 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2046 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1306) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2050 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 804) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2146 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1669 AND id_shop=1 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2200 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1118) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2250 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2277 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1385 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2972 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 81 LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2973 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1078) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3052 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1871) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3576 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1884
AND `required` = 1 AND `is_deleted` = 0 |
0.107
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3917 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1255
AND `required` = 1 AND `is_deleted` = 0 |
0.107
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3960 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.107
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4004 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.107
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 638 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1792) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1077 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1994 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1331
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2186 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1728
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2984 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1077) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1826 AND `id_group` = 1 LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 548 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1795 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 618 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1232 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1103 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2076 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 809 AND id_shop=1 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2157 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1571) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2846 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1043) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2875 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1123 AND id_shop=1 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2897 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 16 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2916 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1450 AND id_shop=1 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2925 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1184) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2943 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1854 AND `id_group` = 1 LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2949 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1854 |
0.106
ms
|
1 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3070 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1892 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3477 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 86 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3909 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1892
AND `required` = 1 AND `is_deleted` = 0 |
0.106
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3921 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 852
AND `required` = 1 AND `is_deleted` = 0 |
0.106
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4000 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.106
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2134 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1621) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2176 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1571 AND `id_group` = 1 LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2309 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1889
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2337 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2763 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1142 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2844 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1043 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2950 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1812) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3656 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1332
AND `required` = 1 AND `is_deleted` = 0 |
0.106
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4016 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.106
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 486 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1812 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1978 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1330
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2016 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1668) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2073 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 65 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2162 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 15 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2263 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2269 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1567 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2299 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1698 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2323 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1621) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2968 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1078 LIMIT 1 |
0.105
ms
|
2 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2974 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1078 |
0.105
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3021 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1796 AND id_shop=1 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3053 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1871 |
0.105
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3082 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 672 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1530 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 738 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1237 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 742 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1237) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 800 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1240 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1080 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 598 AND id_shop=1 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1997 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1331 AND id_shop=1 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2054 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1229) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2086 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2166 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1571 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2211 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1118 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2240 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 607 AND id_shop=1 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2257 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1565) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2852 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2885 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1639 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2981 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1077) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3030 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1795) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3054 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1123) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3416 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 28 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3709 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1250
AND `required` = 1 AND `is_deleted` = 0 |
0.105
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4008 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.105
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 480 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1812 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 745 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1518) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1097 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1640) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2291 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 14 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2913 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1450
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2966 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1078 AND id_shop=1 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3085 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1255
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 336 AND `id_group` = 1 LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1797 AND `id_group` = 1 LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 778 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1239 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1110 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1692) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1121 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1862 AND id_shop=1 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2001 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1331) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2009 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1668
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2035 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 65 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2080 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 809) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2140 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 15 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2221 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1139 AND id_shop=1 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2270 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1567) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2278 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1385
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2281 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1385 AND id_shop=1 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2285 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1385) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2838 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 65 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3007 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1193 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3028 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1796 |
0.104
ms
|
1 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3072 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1892 AND id_shop=1 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3499 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1098
AND `required` = 1 AND `is_deleted` = 0 |
0.104
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3563 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1189
AND `required` = 1 AND `is_deleted` = 0 |
0.104
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3649 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1331 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3967 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1851
AND `required` = 1 AND `is_deleted` = 0 |
0.104
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3988 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.104
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 603 AND `id_group` = 1 LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 764 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1238) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 782 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1239 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 786 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1239) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1106 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1692 AND id_shop=1 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2022 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2025 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1556 AND id_shop=1 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2045 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 65 LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2051 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 804) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2052 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 804) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2152 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 15 LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2205 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1139) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2253 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1565 AND id_shop=1 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2266 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1567 AND id_shop=1 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2773 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 941 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2832 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1845) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2891 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1639) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2918 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1450 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3003 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1193 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3005 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1193 AND id_shop=1 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3447 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1154
AND `required` = 1 AND `is_deleted` = 0 |
0.103
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3490 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1098 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3550 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1573
AND `required` = 1 AND `is_deleted` = 0 |
0.103
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3647 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1329 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3992 |
SELECT SQL_NO_CACHE *
FROM ps_attachment a
LEFT JOIN ps_attachment_lang al
ON (a.id_attachment = al.id_attachment AND al.id_lang = 5) |
0.103
ms
|
6 |
|
|
/src/Adapter/Product/AttachmentDataProvider.php:51
/override/classes/Product.php:22 (getAllAttachments)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4003 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1299
AND `required` = 1 AND `is_deleted` = 0 |
0.103
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4025 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1748
AND `required` = 1 AND `is_deleted` = 0 |
0.103
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1395 AND `id_group` = 1 LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1294 AND `id_group` = 1 LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 310 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1903 AND `id_group` = 1 LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 361 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1880 AND `id_group` = 1 LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 630 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 703 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1236 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 808 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1240) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 821 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1805 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1109 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1692 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1118 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1862
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2039 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1306 AND id_shop=1 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2053 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 804) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2105 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1473 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2149 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1669 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2167 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1571 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2199 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1118) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2293 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1698
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2312 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1889 AND id_shop=1 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2324 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1864) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2870 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1123 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2923 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1450 |
0.102
ms
|
1 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3043 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1871
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3055 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1123) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3591 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1856 |
0.102
ms
|
1 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4011 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 86
AND `required` = 1 AND `is_deleted` = 0 |
0.102
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2296 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1698 AND id_shop=1 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2889 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1639 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2977 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 941) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1782 AND `id_group` = 1 LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 322 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1005 AND `id_group` = 1 LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1878 AND `id_group` = 1 LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2067 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 804 AND `id_group` = 1 LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2164 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1830) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2777 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 941 LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2798 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1883 |
0.101
ms
|
3 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2842 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1043 AND id_shop=1 LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2884 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 14 LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2898 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1174 LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2900 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1174 AND id_shop=1 LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2983 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1077) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3018 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1796
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3929 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1893
AND `required` = 1 AND `is_deleted` = 0 |
0.101
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3979 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1477
AND `required` = 1 AND `is_deleted` = 0 |
0.101
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4009 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2750 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 640 LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2902 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1174 LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2987 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1077 LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3069 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3905 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1871
AND `required` = 1 AND `is_deleted` = 0 |
0.101
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 484 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1812 AND id_shop=1 LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 593 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1727 AND id_shop=1 LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 603 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 628 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1232 |
0.100
ms
|
2 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1124 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1862 LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2092 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1426 LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2158 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1571) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2225 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1118 AND `id_group` = 1 LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2910 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 65 LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2963 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1078
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3002 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3076 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1892) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3983 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1627
AND `required` = 1 AND `is_deleted` = 0 |
0.100
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 179 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 736 AND `id_group` = 1 LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 608 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1840 LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 664 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 928) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2056 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1229) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2163 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1830) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2204 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1139) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2315 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1889 LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3414 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 28 AND id_shop=1 LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3955 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1553
AND `required` = 1 AND `is_deleted` = 0 |
0.100
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 760 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1238 LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2284 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1385 LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3009 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1193) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3592 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1830) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3666 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1445 LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1499 AND `id_group` = 1 LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 348 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1879 AND `id_group` = 1 LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:143 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 488 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1812) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 512 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1178 LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 597 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1727) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 766 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1518) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1131 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1840) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2079 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 809 LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2115 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1426) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2322 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1621) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2325 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1864) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2326 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1864) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2797 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1883) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3015 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3040 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3937 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1906
AND `required` = 1 AND `is_deleted` = 0 |
0.099
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3959 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 702
AND `required` = 1 AND `is_deleted` = 0 |
0.099
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 538 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1827 LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 549 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1795
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 686 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 595 LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 692 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 595) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 709 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1236 |
0.098
ms
|
1 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 723 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1518 LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1083 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 598 LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2000 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1331 LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2111 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1229) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2190 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1728 AND `id_group` = 1 LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2209 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1727) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2229 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1139 AND `id_group` = 1 LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2759 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1142 LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2761 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1142 AND id_shop=1 LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2845 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1043 LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2904 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1174) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2976 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 81 LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3046 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1871 AND id_shop=1 LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3418 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 28) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3424 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 14 LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3637 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1331) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3991 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 28
AND `required` = 1 AND `is_deleted` = 0 |
0.098
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4015 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1098
AND `required` = 1 AND `is_deleted` = 0 |
0.098
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 494 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 510 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1178 AND id_shop=1 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 534 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1827 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 546 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 589 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1727 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 640 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1229 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 662 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 928 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 670 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 690 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 595 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 765 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1238 |
0.097
ms
|
1 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 776 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 804 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1240 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 810 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1518) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1984 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1330 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1998 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1331 AND `id_group` = 1 LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2028 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1556 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2042 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1306 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2133 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1621 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2159 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1571) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2192 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1728 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2243 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 607 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2256 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1565 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2744 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 640 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2758 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2800 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1878) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2867 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1123) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2887 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1639 AND id_shop=1 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3533 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1747 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3689 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1681 AND id_shop=1 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3987 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1190
AND `required` = 1 AND `is_deleted` = 0 |
0.097
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3999 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1154
AND `required` = 1 AND `is_deleted` = 0 |
0.097
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4007 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 1885
AND `required` = 1 AND `is_deleted` = 0 |
0.097
ms
|
2 |
|
|
/classes/Product.php:6622
/classes/Product.php:5851 (getRequiredCustomizableFieldsStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 495 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 728 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2771 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 5
AND cl.id_shop = 1
AND cl.`id_category` = 81 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5658 (getLinkRewrite)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 481 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1812
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 563 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 447 LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 580 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 350 LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 616 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 16 LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 648 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1229 LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 721 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1518 AND id_shop=1 LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:5971 (getIdTaxRulesGroupByIdProduct)
/classes/Pack.php:418 (getTaxesInformations)
/classes/Product.php:5842 (getItemTable)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 780 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1239 AND id_shop=1 LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 820 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2015 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1668 LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2055 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1229) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2267 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1567 AND `id_group` = 1 LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2945 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1854 LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 479 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 508 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1178 LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 554 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1795 LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 595 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1727 LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 660 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 928 AND id_shop=1 LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 783 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1239 LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 787 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1239 |
0.096
ms
|
1 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 834 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1660 LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 868 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1574 AND `id_group` = 1 LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2112 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1229) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2206 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1139) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2212 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1118 LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 521 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1792 LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 556 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1795) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 567 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 447 LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 683 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 63
AND `active` = 1 LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/override/classes/Product.php:23 (getNameById)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 744 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1518) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 809 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1240 |
0.095
ms
|
1 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 827 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1805) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2058 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 804 LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2160 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1571) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2165 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1830) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2215 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1139 LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2743 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2890 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1639 LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3427 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1153 AND id_shop=1 LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3604 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1332 LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 499 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 728 LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 604 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1840 LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 606 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1840 AND id_shop=1 LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 631 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1229) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 727 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1518 AND `id_group` = 1 LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1096 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1640 LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2831 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1845 LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2951 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1812) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2978 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 941) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4074 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1154 |
0.095
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 533 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 540 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1827) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 626 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 16 LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 743 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1237 |
0.094
ms
|
1 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 758 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1238 AND id_shop=1 LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 840 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1660 LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2733 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 597 AND id_shop=1 LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2787 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1883 LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2969 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1078 LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 525 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1792 LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 576 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 350 LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 610 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1840) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 714 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1518) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 788 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1518) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2013 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1668 AND `id_group` = 1 LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2116 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1426) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2210 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1727) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2735 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 597 LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2775 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 941 AND id_shop=1 LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2779 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 941) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2793 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1883 LIMIT 1 |
0.094
ms
|
3 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2982 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1077) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2996 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1077 AND `id_group` = 1 LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3032 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1795) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3512 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1748) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3515 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1745) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3671 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1445) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4047 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1023 |
0.094
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4071 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1153 |
0.094
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 588 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 12 LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 699 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1236 LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 754 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1081 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 598 AND `id_group` = 1 LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 552 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1795 AND id_shop=1 LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 562 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 12 LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 575 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 578 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 350 AND id_shop=1 LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 582 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 350) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 627 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1232) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 657 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 678 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1530) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 685 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 708 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1236) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 732 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 737 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1237 AND `id_group` = 1 LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2201 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1118) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2788 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1883
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2926 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1184) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2927 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1184) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3075 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1892 LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3429 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1153 LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3610 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1332 LIMIT 1 |
0.093
ms
|
6 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3614 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1332) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 501 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 728) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 520 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 16 LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 688 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 595 AND id_shop=1 LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 691 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 595 LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 701 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1236 AND id_shop=1 LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 798 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 833 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 838 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1660 AND id_shop=1 LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1982 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1330 AND `id_group` = 1 LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2077 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 809 AND `id_group` = 1 LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2241 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 607 AND `id_group` = 1 LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2752 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 640) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2869 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1123) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3008 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1193 LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3057 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1868) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3451 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1299 LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3463 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3513 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1748 |
0.092
ms
|
3 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3569 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1884 AND id_shop=1 LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3584 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1856 AND id_shop=1 LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3590 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1856) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2765 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1142) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2868 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1123) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3470 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1885) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 527 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1792) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 555 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1795 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 560 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 65
AND `active` = 1 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/override/classes/Product.php:23 (getNameById)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 620 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1232 AND id_shop=1 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 674 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1530 AND id_shop=1 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 698 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 707 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 11 LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 711 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 11 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 712 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1518) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7867 (getQuantityAvailableByProduct)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 746 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1518) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 767 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1518) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 826 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1805 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2313 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1889 AND `id_group` = 1 LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2791 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1883 AND id_shop=1 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2952 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1812) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3024 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1796 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3049 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1871 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3579 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 15 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4065 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1190 |
0.091
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 523 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1792 AND id_shop=1 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 536 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1827 AND id_shop=1 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 569 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 447) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 724 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1518
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 736 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1237 AND id_shop=1 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 823 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1805 AND id_shop=1 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 842 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1660) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2040 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1306 AND `id_group` = 1 LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2090 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1426 AND `id_group` = 1 LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2745 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 640
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2784 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 42
AND `active` = 1 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/override/classes/Product.php:23 (getNameById)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2786 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2829 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1845 AND `id_group` = 1 LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3466 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1885 AND id_shop=1 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3691 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1681 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 565 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 447 AND id_shop=1 LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2026 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1556 AND `id_group` = 1 LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2131 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1621 AND `id_group` = 1 LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2254 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1565 AND `id_group` = 1 LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2297 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1698 AND `id_group` = 1 LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2801 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1878) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3056 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1123) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3442 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1154 LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3468 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1885 LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3608 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1332 AND id_shop=1 LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 497 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 728 AND id_shop=1 LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 802 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1240 AND id_shop=1 LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2147 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1669 AND `id_group` = 1 LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2858 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 534 AND `id_group` = 1 LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2903 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1174 LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2979 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 941) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3558 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1189 LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3672 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1445 |
0.090
ms
|
1 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3949 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4013 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1122 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1862 AND `id_group` = 1 LIMIT 1 |
0.089
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2808 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1880) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3058 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1868) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 487 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1812 LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 632 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1229) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1094 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1640 AND `id_group` = 1 LIMIT 1 |
0.089
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2282 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1385 AND `id_group` = 1 LIMIT 1 |
0.089
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2748 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 640 AND id_shop=1 LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2804 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1879) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2871 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1123 LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3059 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1868) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3438 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1154 LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3483 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 86) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3541 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1573 LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3554 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1189 LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3702 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1250 AND id_shop=1 LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4031 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1796 |
0.089
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4033 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1871 |
0.089
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3425 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1153 LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 636 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 16 LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1107 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1692 AND `id_group` = 1 LIMIT 1 |
0.088
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2764 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1142 LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2843 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1043 AND `id_group` = 1 LIMIT 1 |
0.088
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3455 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1299 LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3580 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1856 LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3581 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1856
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3674 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 14 LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Pack.php:190 (__construct)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3700 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1250 LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 663 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 928 LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 704 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1236 LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 768 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1518) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 805 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1240 LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3464 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1885 LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3508 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1748 LIMIT 1 |
0.087
ms
|
3 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3660 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1445 LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3693 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1681) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3704 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1250 LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3977 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 15 LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4059 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1477 |
0.087
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4083 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 86 |
0.087
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 639 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1792) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2967 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1078 AND `id_group` = 1 LIMIT 1 |
0.087
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 594 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1727 AND `id_group` = 1 LIMIT 1 |
0.086
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 596 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1727 LIMIT 1 |
0.086
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 650 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1229 AND `id_group` = 1 LIMIT 1 |
0.086
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/classes/Pack.php:138 (getPrice)
/classes/Product.php:5843 (noPackPrice)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 677 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1530 LIMIT 1 |
0.086
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 713 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1518) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.086
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2794 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1883 LIMIT 1 |
0.086
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3006 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1193 AND `id_group` = 1 LIMIT 1 |
0.086
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3073 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1892 AND `id_group` = 1 LIMIT 1 |
0.086
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3444 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1154) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.086
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3506 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1748 AND id_shop=1 LIMIT 1 |
0.086
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3540 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.086
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3627 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1329) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.086
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3687 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1681 LIMIT 1 |
0.086
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4062 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1627 |
0.086
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4077 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1299 |
0.086
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4086 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1098 |
0.086
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 634 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1229) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.086
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 641 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1229 LIMIT 1 |
0.086
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2736 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 597 LIMIT 1 |
0.086
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 500 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 728 LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3047 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1871 AND `id_group` = 1 LIMIT 1 |
0.085
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3450 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 81 LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3479 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 86 AND id_shop=1 LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3699 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 15 LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 637 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1792) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 715 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1518) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 739 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1237 LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 811 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1518) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2917 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1450 AND `id_group` = 1 LIMIT 1 |
0.085
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3453 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1299 AND id_shop=1 LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3523 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1747) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3631 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1330) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3633 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1330) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3667 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1445 LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3911 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 485 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1812 AND `id_group` = 1 LIMIT 1 |
0.084
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 513 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1178 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 526 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1792 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 717 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1518 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Pack.php:330 (getQuantity)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 761 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1238 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3022 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1796 AND `id_group` = 1 LIMIT 1 |
0.084
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3415 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 28 AND `id_group` = 1 LIMIT 1 |
0.084
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3586 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1856 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3675 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1385) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4043 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1893 |
0.084
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 539 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1827 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 609 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1840 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 633 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1229) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2751 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 640 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2802 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1878) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3417 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 28 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3492 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1098 AND id_shop=1 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3545 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1573 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3615 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1332 |
0.084
ms
|
6 |
|
|
/classes/Pack.php:187
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3617 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1326) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3670 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 14 LIMIT 1 |
0.084
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Pack.php:286 (__construct)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3686 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 14 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3939 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 12 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4038 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1255 |
0.084
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4052 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 702 |
0.084
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4054 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1851 |
0.084
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2888 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1639 AND `id_group` = 1 LIMIT 1 |
0.083
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3931 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 15 LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 524 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1792 AND `id_group` = 1 LIMIT 1 |
0.083
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 581 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 350 LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 623 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1232 LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 661 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 928 AND `id_group` = 1 LIMIT 1 |
0.083
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 789 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1518) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2901 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1174 AND `id_group` = 1 LIMIT 1 |
0.083
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3431 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1153) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3476 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3481 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 86 LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3489 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3602 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3659 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 14 LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3661 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1445
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3706 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1250) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3957 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3969 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4036 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1892 |
0.083
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4049 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1553 |
0.083
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4056 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1894 |
0.083
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4080 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1885 |
0.083
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 568 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 447 LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 790 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1518) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 841 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1660 LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2778 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 941 LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2805 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1879) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2809 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1880) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3496 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1098) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3502 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 15 LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3573 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1884) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3899 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4041 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 852 |
0.082
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4045 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1906 |
0.082
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 511 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1178 AND `id_group` = 1 LIMIT 1 |
0.081
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 537 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1827 AND `id_group` = 1 LIMIT 1 |
0.081
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 812 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1518) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2749 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 640 AND `id_group` = 1 LIMIT 1 |
0.081
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3428 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1153 AND `id_group` = 1 LIMIT 1 |
0.081
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3440 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1154 AND id_shop=1 LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3457 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1299) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3519 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1746) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3605 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1332
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3894 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3919 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3985 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 621 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1232 AND `id_group` = 1 LIMIT 1 |
0.081
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 759 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1238 AND `id_group` = 1 LIMIT 1 |
0.081
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2734 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 597 AND `id_group` = 1 LIMIT 1 |
0.081
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3516 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1745) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3566 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3547 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1573) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3553 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3593 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1830) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3692 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1681 LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3997 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 14 LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2810 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1880) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3556 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1189 AND id_shop=1 LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3628 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1329) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3664 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1445 AND id_shop=1 LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3571 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1884 LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3690 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1681 AND `id_group` = 1 LIMIT 1 |
0.079
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3923 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 11 LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 553 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1795 AND `id_group` = 1 LIMIT 1 |
0.079
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 607 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1840 AND `id_group` = 1 LIMIT 1 |
0.079
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 803 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1240 AND `id_group` = 1 LIMIT 1 |
0.079
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3635 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1331) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 675 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1530 AND `id_group` = 1 LIMIT 1 |
0.078
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4001 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 81 LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 498 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 728 AND `id_group` = 1 LIMIT 1 |
0.078
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 566 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 447 AND `id_group` = 1 LIMIT 1 |
0.078
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 579 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 350 AND `id_group` = 1 LIMIT 1 |
0.078
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 702 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1236 AND `id_group` = 1 LIMIT 1 |
0.078
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 781 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1239 AND `id_group` = 1 LIMIT 1 |
0.078
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2776 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 941 AND `id_group` = 1 LIMIT 1 |
0.078
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3543 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1573 AND id_shop=1 LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3560 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1189) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3961 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3981 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 14 LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 689 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 595 AND `id_group` = 1 LIMIT 1 |
0.077
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 824 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1805 AND `id_group` = 1 LIMIT 1 |
0.077
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 839 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1660 AND `id_group` = 1 LIMIT 1 |
0.077
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3467 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1885 AND `id_group` = 1 LIMIT 1 |
0.077
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3517 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1745) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3676 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1385) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4005 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4017 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 15 LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2762 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1142 AND `id_group` = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2792 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1883 AND `id_group` = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3443 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1154 LIMIT 1 |
0.076
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3525 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1747) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.076
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3632 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1330) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.076
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3907 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 13 LIMIT 1 |
0.076
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3622 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1327) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.076
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3430 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1153 LIMIT 1 |
0.075
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3587 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1856 LIMIT 1 |
0.075
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3989 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 12 LIMIT 1 |
0.075
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3993 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 14 LIMIT 1 |
0.075
ms
|
1 |
|
|
/classes/Product.php:5659
/override/classes/Product.php:20 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3469 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1885 LIMIT 1 |
0.075
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3495 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1098 LIMIT 1 |
0.075
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3509 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1748 LIMIT 1 |
0.075
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3557 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1189 AND `id_group` = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3520 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1746) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3524 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1747) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3623 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1328) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3546 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1573 LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3572 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1884 LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3594 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1830) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3611 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1332 LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3618 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1326) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3705 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1250 LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3441 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1154 AND `id_group` = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3456 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1299 LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3482 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 86 LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3559 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1189 LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3620 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1327) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7868 (outOfStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3629 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1329) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3636 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1331) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3665 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1445 AND `id_group` = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3677 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1385) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3619 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1326) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.071
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3521 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1746) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3621 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1327) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3624 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1328) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7869 (dependsOnStock)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3703 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1250 AND `id_group` = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3544 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1573 AND `id_group` = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3480 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 86 AND `id_group` = 1 LIMIT 1 |
0.069
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3493 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1098 AND `id_group` = 1 LIMIT 1 |
0.069
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3454 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1299 AND `id_group` = 1 LIMIT 1 |
0.069
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3625 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1328) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7870 (getLocation)
/classes/Pack.php:191 (loadStockData)
/classes/Pack.php:327 (getItems)
/classes/Product.php:4345 (getQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3570 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1884 AND `id_group` = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3585 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1856 AND `id_group` = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3507 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1748 AND `id_group` = 1 LIMIT 1 |
0.067
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:20 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/modules/pm_productsbyattributes/pm_productsbyattributes.php:1038 (getProductsProperties)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:75 (getCategoryProducts)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesCategoryProvider.php:82 (getProductsOrCount)
/modules/pm_productsbyattributes/src/Pm_ProductsByAttributesProductSearchProvider.php:146 (runQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|